mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-15 21:12:25 +00:00
Remove commented printf : ;\n
This commit is contained in:
parent
5553c874ec
commit
63496fd33c
@ -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));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user