Ignore:
Timestamp:
12/01/09 10:57:14 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc

    r9516 r9522  
    138138    Float_t dra, ddec;
    139139    Int_t n=sscanf(str.Data(), "%d %f %f %n", &id, &dra, &ddec, &len);
    140     if (n!=1)
     140    if (n!=3)
    141141    {
    142142        gLog << warn << "WARNING - Not enough argmuents (CELEST)." << endl;
Note: See TracChangeset for help on using the changeset viewer.