IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2020, 11:34:29 AM (6 years ago)
Author:
eugene
Message:

add string-vector ops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/read_vectors.c

    r41341 r41363  
    335335                value = thisword(ptr);
    336336              }
     337              if (value == NULL) {value = strcreate ("");} // we need at least an empty string not a NULL
    337338              vec[i][0].elements.Str[Nelem] = value; // needs to be freed later.
    338339              break;
Note: See TracChangeset for help on using the changeset viewer.