IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12785 for trunk/ippTools/src


Ignore:
Timestamp:
Apr 10, 2007, 2:26:37 PM (19 years ago)
Author:
Paul Price
Message:

atoll() won't take NULL string on ipp000.

File:
1 edited

Legend:

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

    r12685 r12785  
    63716371            0.0,        // solang max
    63726372            label,      // label
    6373             (psS64)atoll(parent)
     6373            parent ? (psS64)atoll(parent) : 0
    63746374    )) {
    63756375        psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.