- Timestamp:
- Nov 30, 2008, 2:46:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/opihi/cmd.data/uniq.c
r20857 r20860 15 15 16 16 /* allocate the maximum possible needed */ 17 ResetVector (o ut, ivec->type, ivec->Nelements);17 ResetVector (ovec, ivec->type, ivec->Nelements); 18 18 19 19 Nnew = 0; … … 48 48 49 49 // free up extra memory 50 ResetVector (o ut, ivec->type, Nnew);50 ResetVector (ovec, ivec->type, Nnew); 51 51 52 52 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
