Changeset 906 for trunk/dll/strips.c
- Timestamp:
- Jan 6, 2008, 5:21:14 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/strips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/strips.c
r895 r906 81 81 } 82 82 83 VOID remove_last_occurence_of_character(char *pszRemoveChar, char *pszSrc) 84 { 85 PSZ pszStrLocation; 86 87 pszStrLocation = strrchr(pszSrc, *pszRemoveChar); 88 if (pszStrLocation) 89 memmove(pszStrLocation, pszStrLocation + 1, strlen(pszStrLocation) + 1); 90 } 91 83 92 #pragma alloc_text(MISC8,chop_at_crnl,convert_nl_to_nul,strip_trail_char,strip_lead_char)
Note:
See TracChangeset
for help on using the changeset viewer.
