Changeset 8653 for trunk/Ohana/src/opihi/lib.shell/version.c
- Timestamp:
- Aug 27, 2006, 2:12:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/version.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/version.c
r8427 r8653 13 13 char *p, *q; 14 14 15 p = strstr (input, "$N AME:");16 if (p == NULL) return ( unknown);15 p = strstr (input, "$Name:"); 16 if (p == NULL) return (strcreate ("NONE")); 17 17 18 18 q = strcreate (input + 6);
Note:
See TracChangeset
for help on using the changeset viewer.
