IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40042


Ignore:
Timestamp:
May 18, 2017, 11:47:21 AM (9 years ago)
Author:
eugene
Message:

fix definition of putcbuf (remove ineffective ,0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/extern/ricecomp.c

    r34088 r40042  
    4040} Buffer;
    4141
    42 #define putcbuf(c,mf)   ((*(mf->current)++ = c), 0)
     42// old definition: #define putcbuf(c,mf)        ((*(mf->current)++ = c), 0)
     43#define putcbuf(c,mf)   ((*(mf->current)++ = c))
    4344
    4445// #include "fitsio2.h"
Note: See TracChangeset for help on using the changeset viewer.