Changeset 2553 for branches


Ignore:
Timestamp:
Mar 5, 2006, 12:47:02 AM (19 years ago)
Author:
bird
Message:

#55: delete the response file when reinit the args.

Location:
branches/libc-0.6/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/ChangeLog.LIBC

    r2552 r2553  
    44
    552006-03-04: knut st. osmundsen <bird-gccos2-spam@anduin.net>
    6     - libc:
     6    - emxomfld:
     7        o #55: delete the response file when reinit the args.
    78        o #46: specify .map file extension to the linker.
    89
  • branches/libc-0.6/src/emx/src/emxomf/emxomfld.c

    r2552 r2553  
    11651165{
    11661166  response_fname[0] = '\0';
     1167  if (response_fname[0] != '\0')
     1168    {
     1169      remove (response_fname);
     1170      response_fname[0] = '\0';
     1171    }
    11671172  command_line[0] = '\0';
    11681173  line_len = 0;
Note: See TracChangeset for help on using the changeset viewer.