- Timestamp:
- Oct 12, 2002, 10:50:50 AM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- d023c25
- Parents:
- 68b41b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
util.c
r486688f rbe97670 399 399 400 400 char *short_zuser(char *in) { 401 /* the caller must free the return */ 401 402 char *out, *ptr; 402 403 /* the caller must free the return */ 403 404 404 out=owl_strdup(in); 405 405 ptr=strchr(out, '@'); … … 414 414 415 415 char *long_zuser(char *in) { 416 /* the caller must free the return */ 416 417 char *ptr; 417 418 418 /* the caller must free the return */419 419 if (NULL != (ptr=strchr(in, '@'))) { 420 420 return owl_strdup(in);
Note: See TracChangeset
for help on using the changeset viewer.