IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15904


Ignore:
Timestamp:
Dec 22, 2007, 7:59:04 AM (18 years ago)
Author:
eugene
Message:

better error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/header/F_read_H.c

    r15751 r15904  
    3636    if (Nbytes != FT_RECORD_SIZE) {
    3737      if (feof(f)) return (FALSE);
    38       perror ("fits read error");
     38      perror ("gfits_load_header : failed to read all data");
    3939      return (FALSE);
    4040    }
Note: See TracChangeset for help on using the changeset viewer.