IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2018, 4:50:24 PM (8 years ago)
Author:
eugene
Message:

make sure photcodeFile matches sprintf statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo_util.h

    r39457 r40504  
    77
    88#include <dvo.h>
     9#define PHOTCODE_FILE_SIZE 280
    910
    1011typedef struct {
     
    1314  char        catmode[256];
    1415  char        catformat[256];
    15   char        photcodeFile[256];
     16  char        photcodeFile[PHOTCODE_FILE_SIZE];
    1617  char        skyTableFile[256];
    1718  int         skyDepth;
Note: See TracChangeset for help on using the changeset viewer.