IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10323


Ignore:
Timestamp:
Nov 30, 2006, 1:49:08 PM (20 years ago)
Author:
jhoblitt
Message:

s/ /_/ in output strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/printmetadataraw.tt

    r9792 r10323  
    3939            METADATAITEM_STRIFY_CASE(PS_DATA_F64, "%f", F64);
    4040            case PS_DATA_STRING:
     41                psStringSubstitute(str, " ", "_");
    4142                psStringAppend(&str, "%s", item->data.str);
    4243                break;
Note: See TracChangeset for help on using the changeset viewer.