Differences From Artifact [7751f8df38]:
- File src/export.c — part of check-in [61ec712492] at 2016-10-28 22:45:20 on branch trunk — Fix a C99-ism. (user: mgagnon size: 19179) [more...]
To Artifact [26d0f57461]:
- File src/export.c — part of check-in [bf9669f55e] at 2016-11-07 01:29:36 on branch trunk — Remove some tabs and end-of-line whitespace (user: andygoth size: 19186)
| ︙ | |||
280 281 282 283 284 285 286 | 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 | - + |
if( vers!=NULL ){
bag_insert(vers, mark.rid);
}
}
if( unused_mark!=NULL ){
unsigned int mid = atoi(mark.name + 1);
if( mid>=*unused_mark ){
|
| ︙ |