Changeset 1235 for pjproject/trunk/pjlib/include/pj/list_i.h
- Timestamp:
- Apr 30, 2007 9:03:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/list_i.h
r974 r1235 129 129 while (node != list) { 130 130 ++count; 131 node = node->next;131 node = (pj_list*)node->next; 132 132 } 133 133
Note: See TracChangeset
for help on using the changeset viewer.