Changeset 473 for libmpc/trunk/mpccut/mpccut.c
- Timestamp:
- 07/28/11 21:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpccut/mpccut.c
r436 r473 143 143 if ( e.outputFile != 0 ) { 144 144 fprintf(stderr, "Error : output file \"%s\" already exists\n", argv[optind + 1]); 145 exit(MPC_STATUS_F ILE);145 exit(MPC_STATUS_FAIL); 146 146 } 147 147 e.outputFile = fopen( argv[optind + 1], "w+b" );
Note: See TracChangeset
for help on using the changeset viewer.