IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2010, 3:52:31 PM (16 years ago)
Author:
heather
Message:

fixing fields to be numbers, not strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/distRun.d

    r26955 r27197  
    55
    66#     field                   size  format  name         show    link to                  extras
    7 FIELD distRun.dist_id,        5, %s,     Dist ID
     7FIELD distRun.dist_id,        5, %d,     Dist ID
    88FIELD distRun.target_id,      5, %d,     Target ID
    99FIELD distRun.stage,          5, %s,     Stage
     
    1414FIELD distRun.outdir,         5, %s,     Outdir
    1515FIELD distRun.clean,          5, %d,     Clean?
    16 FIELD distRun.no_magic,       5, %s,     Muggle?
     16FIELD distRun.no_magic,       5, %d,     Muggle?
    1717FIELD distRun.state,          5, %s,     State
    1818FIELD distRun.time_stamp,     5, %T,     Time
Note: See TracChangeset for help on using the changeset viewer.