IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 6:04:18 PM (20 years ago)
Author:
Paul Price
Message:

Applying patch from Josh to fix logic error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r7405 r7497  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-06-07 21:53:56 $
     14 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-06-10 04:04:18 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    14471447            psStringAppend(&query, "%s", conditional);
    14481448            psFree(conditional);
    1449 
    1450             // + " and " after every column declaration except the last one
    1451             if (!cursor->offEnd) {
    1452                 psStringAppend(&query, " AND ");
    1453             }
     1449        }
     1450
     1451        // + " and " after every column declaration except the last one
     1452        if (!cursor->offEnd) {
     1453            psStringAppend(&query, " AND ");
    14541454        }
    14551455    }
Note: See TracChangeset for help on using the changeset viewer.