Ignore:
Timestamp:
07/28/11 21:51:30 (13 years ago)
Author:
r2d
Message:

Security fixes by DEATH (and some changes by myself)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpccut/mpccut.c

    r436 r473  
    143143        if ( e.outputFile != 0 ) {
    144144                fprintf(stderr, "Error : output file \"%s\" already exists\n", argv[optind + 1]);
    145                 exit(MPC_STATUS_FILE);
     145                exit(MPC_STATUS_FAIL);
    146146        }
    147147        e.outputFile = fopen( argv[optind + 1], "w+b" );
Note: See TracChangeset for help on using the changeset viewer.