IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16291


Ignore:
Timestamp:
Feb 3, 2008, 11:58:31 AM (18 years ago)
Author:
eugene
Message:

changed %ld to %lld (needed on 32bit)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pstamptool.c

    r16277 r16291  
    223223
    224224    psS64 req_id = psDBLastInsertID(config->dbh);
    225     printf("%ld\n", req_id);
     225    printf("%lld\n", req_id);
    226226
    227227    return true;
     
    411411
    412412    psS64 job_id = psDBLastInsertID(config->dbh);
    413     printf("%ld\n", job_id);
     413    printf("%lld\n", job_id);
    414414
    415415    return true;
Note: See TracChangeset for help on using the changeset viewer.