Fixed compiler warning.
This commit is contained in:
@@ -447,7 +447,7 @@ bool bacapp_print_value(
|
||||
if (isprint(*char_str))
|
||||
fprintf(stream,"%c",*char_str);
|
||||
else
|
||||
fprintf(stream,".",*char_str);
|
||||
fprintf(stream,".");
|
||||
char_str++;
|
||||
}
|
||||
fprintf(stream,"\"");
|
||||
|
||||
Reference in New Issue
Block a user