- Timestamp:
- Apr 7, 2013, 5:15:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/util/prntobj/prntobj.c
r26 r28 67 67 } 68 68 free( pBuf ); 69 if ( rc == NO_ERROR && !fUnique ) return 1; 69 70 } 70 71 } 71 if ( rc == NO_ERROR && !fUnique ) return 1;72 elsereturn rc;72 else if ( rc == NO_ERROR ) fUnique = TRUE; 73 return rc; 73 74 } 74 75 … … 108 109 if (( rc = UniqueDeviceName( szDeviceName )) != NO_ERROR ) { 109 110 printf("Failed to get unique device name: rc=%u\n", rc); 110 return 0;111 return rc; 111 112 } 112 113
Note:
See TracChangeset
for help on using the changeset viewer.