IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2006, 2:12:08 PM (20 years ago)
Author:
eugene
Message:

fixed version issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/version.c

    r8427 r8653  
    1313  char *p, *q;
    1414
    15   p = strstr (input, "$NAME:");
    16   if (p == NULL) return (unknown);
     15  p = strstr (input, "$Name:");
     16  if (p == NULL) return (strcreate ("NONE"));
    1717
    1818  q = strcreate (input + 6);
Note: See TracChangeset for help on using the changeset viewer.