]> git.pld-linux.org Git - packages/GPI2.git/blame - GPI2-format.patch
- up to 1.2.0
[packages/GPI2.git] / GPI2-format.patch
CommitLineData
3ff436a1
JB
1--- GPI2-1.2.0/src/GPI2_Logger.c.orig 2015-06-16 21:56:40.249062867 +0200
2+++ GPI2-1.2.0/src/GPI2_Logger.c 2015-06-16 21:58:07.382392548 +0200
3@@ -93,7 +93,7 @@
18bf5c70 4
3ff436a1
JB
5 if( ! glb_gaspi_init )
6 {
7- fprintf(stdout, buf);
8+ fputs(buf, stdout);
18bf5c70 9 fflush (stdout);
18bf5c70 10 goto endL;
3ff436a1 11 }
This page took 0.046476 seconds and 4 git commands to generate.