Changeset 123 for trunk/dll/remap.c
- Timestamp:
- Dec 5, 2004, 1:20:19 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/remap.c
r2 r123 1 2 /*********************************************************************** 3 4 $Id$ 5 6 Copyright (c) 1993-98 M. Kimes 7 Copyright (c) 2004 Steven H.Levine 8 9 Revisions 01 Aug 04 SHL - Rework lstrip/rstrip usage 10 11 ***********************************************************************/ 12 1 13 #define INCL_WIN 2 14 #define INCL_DOS … … 58 70 break; 59 71 s[sizeof(s) - 1] = 0; 60 stripcr(s); 61 lstrip(rstrip(s)); 72 bstripcr(s); 62 73 if(*s && *s != ';') { 63 74 info = malloc(sizeof(LINKRES)); … … 487 498 MPFROM2SHORT(x,sizeof(resource)), 488 499 MPFROMP(resource)); 489 lstrip(rstrip(resource));500 bstrip(resource); 490 501 if(*resource) { 491 502 if(remove_resource(resource)) { … … 541 552 sizeof(s), 542 553 s); 543 lstrip(rstrip(s));554 bstrip(s); 544 555 x = (SHORT)WinSendDlgItemMsg(hwnd, 545 556 MAP_DETACHLIST, … … 671 682 sizeof(s), 672 683 s); 673 lstrip(rstrip(s));684 bstrip(s); 674 685 if(*s) { 675 686 x = (SHORT)WinSendDlgItemMsg(hwnd,
Note:
See TracChangeset
for help on using the changeset viewer.