Changeset 11686 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Feb 7, 2007, 1:52:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r11668 r11686 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.13 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-02-0 6 21:36:09$14 * @version $Revision: 1.135 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-02-07 23:52:53 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 141 141 mysql = mysql_init(NULL); 142 142 if (!mysql) { 143 psAbort( __func__,"mysql_init(), out of memory.");143 psAbort("mysql_init(), out of memory."); 144 144 } 145 145 … … 856 856 MYSQL_STMT *stmt = mysql_stmt_init(dbh->mysql); 857 857 if (!stmt) { 858 psAbort( __func__,"mysql_stmt_init(), out of memory.");858 psAbort("mysql_stmt_init(), out of memory."); 859 859 } 860 860 if (mysql_stmt_prepare(stmt, query, (unsigned long)strlen(query))) {
Note:
See TracChangeset
for help on using the changeset viewer.
