mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* c-lang.c (c_printstr): Print "" to stream (like all the other
output from this function), not gdb_stdout.
This commit is contained in:
@@ -116,7 +116,7 @@ c_printstr (stream, string, length, force_ellipses)
|
||||
|
||||
if (length == 0)
|
||||
{
|
||||
fputs_filtered ("\"\"", gdb_stdout);
|
||||
fputs_filtered ("\"\"", stream);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user