Changeset 1669 in Sophya for trunk/SophyaExt


Ignore:
Timestamp:
Oct 5, 2001, 6:23:29 PM (24 years ago)
Author:
cmv
Message:

bug argument NULL dans writer cmv 5/10/01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fabtwriter.cc

    r1664 r1669  
    138138 bool tformauto = false;
    139139 if(HduType==BINARY_TBL) {
    140    if(tform==NULL)      tformauto = true;
    141    if(strlen(tform)<=0) tformauto = true;
     140   if(tform==NULL)           tformauto = true;
     141   else if(strlen(tform)<=0) tformauto = true;
    142142 }
    143143 if(tformauto) {
Note: See TracChangeset for help on using the changeset viewer.