IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7655


Ignore:
Timestamp:
Jun 23, 2006, 11:12:54 AM (20 years ago)
Author:
jhoblitt
Message:

remove an unneeded assertion from psDBGenerateSelectRowSQL()

File:
1 edited

Legend:

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

    r7654 r7655  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-06-23 21:11:17 $
     14 *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-06-23 21:12:54 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    12371237{
    12381238    PS_ASSERT_PTR_NON_NULL(tableName, NULL);
    1239     PS_ASSERT_PTR_NON_NULL(col, NULL);
    12401239
    12411240    char            *query = NULL;
Note: See TracChangeset for help on using the changeset viewer.