Differences From Artifact [e42157fde0]:
- File src/map.c — part of check-in [c339f2040e] at 2012-04-22 02:34:55 on branch trunk — Add map iteration. (user: js, size: 7910) [annotate] [blame] [check-ins using]
To Artifact [e562e52fa7]:
- File src/map.c — part of check-in [d4d333ba7f] at 2012-04-22 13:19:15 on branch trunk — Let the iter point to the first object. (user: js, size: 7899) [annotate] [blame] [check-ins using]
︙ | |||
354 355 356 357 358 359 360 | 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 | - - + + | return true; } void cfw_map_iter(CFWMap *map, cfw_map_iter_t *iter) { |
︙ |