IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2012, 6:57:16 AM (14 years ago)
Author:
eugene
Message:

fix build-time warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/ippTools/src/pztool.c

    r33533 r34058  
    338338        }
    339339
    340 /*         psStringAppend(&query, " ORDER BY dateobs"); */
    341 /*         if (desc) { */
    342 /*             psStringAppend(&query, " DESC"); */
    343 /*         } */
     340        if (0) {
     341            psStringAppend(&query, " ORDER BY dateobs");
     342            if (desc) {
     343                psStringAppend(&query, " DESC");
     344            }
     345        }
    344346
    345347        // request the full "limit" from each known camera and throw away any
Note: See TracChangeset for help on using the changeset viewer.