Changeset 30420
- Timestamp:
- Jan 28, 2011, 3:14:10 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20101215/ippTools/src/magictool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101215/ippTools/src/magictool.c
r30417 r30420 979 979 if (len) { 980 980 if (limit) { 981 if (limit < psArrayLength(output)) {981 if (limit <= len) { 982 982 // truncate the array 983 983 long arrayLength = psArrayLength(output);
Note:
See TracChangeset
for help on using the changeset viewer.
