Changeset - 9324c1185d66
[Not reviewed]
default
0 1 0
ethanzonca@protofusion.org - 16 years ago 2010-02-18 22:46:53
ethanzonca@protofusion.org
Wording fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/mysql.c
Show inline comments
 
@@ -58,13 +58,13 @@ int mysqlResultFree(distrend_mysql_resul
 
   @return 0 on success
 
*/
 
int distrend_mysql_getint(MYSQL_ROW row, MYSQL_FIELD_OFFSET column, int32_t *theint)
 
{
 

	
 
if(!row[0] || !row[1])
 
  fprintf(stderr, "Rows are null!\n");
 
  fprintf(stderr, "Columns are null!\n");
 
  *theint = atol(row[column]);
 

	
 
  return 0;
 
}
 

	
 

	
0 comments (0 inline, 0 general)