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/mpc2sv8/mpc2sv8.c

    r430 r473  
    137137                if (fwrite(buf, 1, tmp_size, e.outputFile) != tmp_size) {
    138138                        fprintf(stderr, "Error writing to target file : \"%s\"\n", sv8file);
    139                         err = MPC_STATUS_FILE;
     139                        err = MPC_STATUS_FAIL;
    140140                        goto IN_FILE_ERR;
    141141                }
Note: See TracChangeset for help on using the changeset viewer.