fflush() the trace stream on each call
This commit is contained in:
@@ -2149,6 +2149,7 @@ void dump(const char *text,
|
|||||||
}
|
}
|
||||||
fputc('\n', stream); /* newline */
|
fputc('\n', stream); /* newline */
|
||||||
}
|
}
|
||||||
|
fflush(stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static
|
||||||
|
|||||||
Reference in New Issue
Block a user