IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2008, 5:31:58 PM (18 years ago)
Author:
bills
Message:

quote strings so that multi word values will work properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsFromMetadataPrint.c

    r19626 r20168  
    2222
    2323        if (entry->value->type == PS_DATA_STRING) {
    24             fprintf (f, "%s %s ", entry->flag, entry->value->data.str);
     24            fprintf (f, "%s '%s' ", entry->flag, entry->value->data.str);
    2525        }
    2626
Note: See TracChangeset for help on using the changeset viewer.