IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2006, 2:21:28 PM (20 years ago)
Author:
jhoblitt
Message:

restrict the scope of whereClaus in updateimfileMode()

File:
1 edited

Legend:

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

    r8563 r8661  
    446446        ); // WHERE class is generated from exp_id, class, & class_id
    447447
    448     char *whereClaus = NULL;
    449448    {
    450449        // build a query to search by exp_id, class, class_id
     
    495494
    496495        // there's not
    497         whereClaus = psDBGenerateWhereSQL(where, NULL);
     496        psString whereClaus = psDBGenerateWhereSQL(where, NULL);
    498497        psFree(where);
    499498        if (whereClaus) {
Note: See TracChangeset for help on using the changeset viewer.