- Timestamp:
- Mar 5, 2006, 12:47:02 AM (19 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/ChangeLog.LIBC
r2552 r2553 4 4 5 5 2006-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. 7 8 o #46: specify .map file extension to the linker. 8 9 -
branches/libc-0.6/src/emx/src/emxomf/emxomfld.c
r2552 r2553 1165 1165 { 1166 1166 response_fname[0] = '\0'; 1167 if (response_fname[0] != '\0') 1168 { 1169 remove (response_fname); 1170 response_fname[0] = '\0'; 1171 } 1167 1172 command_line[0] = '\0'; 1168 1173 line_len = 0;
Note:
See TracChangeset
for help on using the changeset viewer.