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
 
@@ -61,7 +61,7 @@ int distrend_mysql_getint(MYSQL_ROW row,
 
{
 

	
 
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)