Fixed compiler warning.
This commit is contained in:
@@ -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,"\"");
|
||||||
|
|||||||
Reference in New Issue
Block a user