Changeset 18051 for trunk/Ohana/src/libohana
- Timestamp:
- Jun 10, 2008, 10:01:36 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/findexec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/findexec.c
r16212 r18051 213 213 214 214 ALLOCATE (file, char, strlen(name) + 1); 215 strcpy (file, name); 216 c = strrchr ( file, '/');215 216 c = strrchr (name, '/'); 217 217 if (c == (char *) NULL) { 218 218 strcpy (file, name);
Note:
See TracChangeset
for help on using the changeset viewer.
