Changeset 445016 in git
- Timestamp:
- May 24, 1998, 10:55:30 AM (25 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 9ebfb1b62d00150be81a67bd491fbafee9dd591f
- Parents:
- 6105d641b82183c977a404901f477dd8f6e3886b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/find_exec.c
r6105d64 r445016 203 203 if (buf[0] != '/') 204 204 { 205 executable = (char*) AllocL(strlen(link) + ret );205 executable = (char*) AllocL(strlen(link) + ret + 1); 206 206 strcpy(executable, link); 207 207 strcat(executable, buf); … … 215 215 return executable; 216 216 } 217 217 218 return link; 218 219 }
Note: See TracChangeset
for help on using the changeset viewer.