Changeset 9 for rxprtutl/trunk/rxprtutl.c
- Timestamp:
- Apr 8, 2013, 12:05:39 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rxprtutl/trunk/rxprtutl.c
r8 r9 1538 1538 } 1539 1539 free( pBuf ); 1540 if ( rc == NO_ERROR && !fUnique ) return 1; 1540 1541 } 1541 1542 } 1542 if ( rc == NO_ERROR && !fUnique ) return 1;1543 elsereturn rc;1543 else if ( rc == NO_ERROR ) fUnique = TRUE; 1544 return rc; 1544 1545 } 1545 1546
Note:
See TracChangeset
for help on using the changeset viewer.