IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 7:16:28 PM (19 years ago)
Author:
jhoblitt
Message:

fix error handling in psDBAlloc()

File:
1 edited

Legend:

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

    r11320 r11426  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2007-01-26 22:24:37 $
     14 *  @version $Revision: 1.133 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2007-01-30 05:16:28 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    149149    // Connect to host and mySql server with specified database
    150150    if (!mysql_real_connect(mysql, host, user, passwd, dbname, port, NULL, 0)) {
    151         psError(mysqlTopsErr(dbh->mysql), true,
     151        psError(mysqlTopsErr(mysql), true,
    152152                _("Failed to connect to database.  Error: %s"),mysql_error(mysql));
    153153
Note: See TracChangeset for help on using the changeset viewer.