change: fix sequence-point warning
Dependencies
- [2]
5D2IYPL7change: introduce changestore, print deleted lines - [3]
Q7TKZCJPAdd initial support for reading the offsets from a (fixed) change - [4]
QYRJIOYPchange: separate decoding and printing of hashed struct
Change contents
- replacement in change.c at line 1087
x = 1;changestore.len = 1;changestore.len = x = 1; - replacement in change.c at line 1100
changestore.entries[x].num = ++x;changestore.entries[x].num = x + 1;x++; - replacement in change.c at line 1112
changestore.entries[x].num = ++x;changestore.entries[x].num = x + 1;x++;