Fixed compiler warning.

This commit is contained in:
skarg
2006-02-09 23:57:41 +00:00
parent 6d0f6adb90
commit fe771942bb
+1 -1
View File
@@ -447,7 +447,7 @@ bool bacapp_print_value(
if (isprint(*char_str)) if (isprint(*char_str))
fprintf(stream,"%c",*char_str); fprintf(stream,"%c",*char_str);
else else
fprintf(stream,".",*char_str); fprintf(stream,".");
char_str++; char_str++;
} }
fprintf(stream,"\""); fprintf(stream,"\"");