Changeset c53894 in git
- Timestamp:
- Nov 7, 1999, 1:35:33 PM (24 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 1d00a525ad0cde0db365946cde621499f3a50156
- Parents:
- e5295aa5284b62bfbf5d03c92cdf5f62238ed425
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/find_exec.c
re5295a rc53894 199 199 if (link != NULL && (ret=full_readlink(link, buf, MAXPATHLEN)) > 0) 200 200 { 201 /* follow link further until you reach the end of it, or unitl202 MAX_SYMBOLIC_LINKS are encountered */203 201 char *p = strrchr(link, '/'); 204 202 char *executable;
Note: See TracChangeset
for help on using the changeset viewer.