diff options
Diffstat (limited to 'mycan.c')
-rw-r--r-- | mycan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ int main(int argc, char **argv) } // need fflush for systemd to log my stdout // without fflush, fprintf stderr works, printf not work, fprintf stdout not work - // maybe other ways to disable buffering also works + // maybe other ways to disable buffering or flush buffers also works // https://unix.stackexchange.com/questions/725331 // https://unix.stackexchange.com/questions/785686 fflush(stdout); |