IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39399


Ignore:
Timestamp:
Feb 26, 2016, 7:22:13 AM (10 years ago)
Author:
eugene
Message:

need to expose inaccessible sprintf line to compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/table/F_table_format.c

    r39394 r39399  
    115115  // XXXX : check usage:
    116116  myAbort ("need to check length");
    117   // sprintf (format, "%%-%s%c", Size, Type);
     117  sprintf (format, "%%-%s%c", Size, Type); // NOTE: this line is not used
    118118
    119119  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.