IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18080


Ignore:
Timestamp:
Jun 10, 2008, 5:24:29 PM (18 years ago)
Author:
eugene
Message:

check for null string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/ipptool2book.c

    r18078 r18080  
    103103  tmpword = nextword (line);
    104104
    105   if (strcmp(tmpword, "MULTI")) {
     105  if (!tmpword || strcmp(tmpword, "MULTI")) {
    106106    gprint (GP_ERR, "ERROR: missing metadata output name on first line\n");
    107107    free (bookName);
Note: See TracChangeset for help on using the changeset viewer.