Changeset 36708
- Timestamp:
- Apr 30, 2014, 3:49:11 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO_CFF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO_CFF.c
r36707 r36708 82 82 83 83 // convert the table to the pmSource entries 84 unsigned int ID_last = 0;85 84 pmSource *source = NULL; 86 85 for (int i = 0; i < numRows; i++) { … … 148 147 149 148 source->seq = ID; 150 ID_last = ID;151 149 152 150 PAR[PM_PAR_XPOS] = X;
Note:
See TracChangeset
for help on using the changeset viewer.
