Changeset 31152 for trunk/psLib/src/sys/psString.c
- Timestamp:
- Apr 4, 2011, 12:57:08 PM (15 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/sys/psString.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
- Property svn:ignore
-
old new 34 34 *.bbg 35 35 *.da 36 a.out.dSYM
-
- Property svn:ignore
-
trunk/psLib/src/sys/psString.c
r29932 r31152 456 456 457 457 458 psString psStringFileBasename (const char *fullname) { 459 460 char *file; 461 462 const char *ptr = strrchr (fullname, '/'); 463 if (ptr) { 464 file = psStringCopy(ptr + 1); 465 } else { 466 file = psStringCopy(fullname); 467 } 468 return (file); 469 } 470 458 471 psString psStringStripCVS(const char *string, const char *tagName) 459 472 {
Note:
See TracChangeset
for help on using the changeset viewer.
