Changeset 33443
- Timestamp:
- Mar 8, 2012, 3:55:18 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r32977 r33443 1069 1069 for (long i = sources->n -1; i >= 0; i--) { 1070 1070 pmSource *source = sources->data[i]; 1071 if (source->seq < 0) { 1072 // This can happen cmf files that have been corrupted 1073 psError(PS_ERR_IO, true, "seq < 0 for source %ld in %s", i, file->origname); 1074 return false; 1075 } 1071 1076 if (source->seq > seq_max) { 1072 1077 seq_max = source->seq;
Note:
See TracChangeset
for help on using the changeset viewer.
