mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 21:08:20 +00:00
Remove commented printf : ;\n
This commit is contained in:
@@ -113,7 +113,6 @@ fprintf(stderr, "Char '%s' skill %d = %d\n", row[1], r, in_pp->skills[r]);
|
|||||||
snprintf(bptr, 128, "' WHERE id=%lu", id);
|
snprintf(bptr, 128, "' WHERE id=%lu", id);
|
||||||
|
|
||||||
// printf("Query: '%s'\n", outbuffer);
|
// printf("Query: '%s'\n", outbuffer);
|
||||||
//printf(";\n");
|
|
||||||
/* if(mysql_query(&out, outbuffer) != 0) {
|
/* if(mysql_query(&out, outbuffer) != 0) {
|
||||||
failed_count++;
|
failed_count++;
|
||||||
printf(" Error updating char id %lu: %s\n", id, mysql_error(&m));
|
printf(" Error updating char id %lu: %s\n", id, mysql_error(&m));
|
||||||
|
|||||||
Reference in New Issue
Block a user