diff options
Diffstat (limited to 'qsutil.c')
| -rw-r--r-- | qsutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -6,7 +6,7 @@ | |||
| 6 | static stralloc foo = {0}; | 6 | static stralloc foo = {0}; |
| 7 | 7 | ||
| 8 | static char errbuf[1]; | 8 | static char errbuf[1]; |
| 9 | static struct substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1); | 9 | static substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1); |
| 10 | 10 | ||
| 11 | void logsa(sa) stralloc *sa; { | 11 | void logsa(sa) stralloc *sa; { |
| 12 | substdio_putflush(&sserr,sa->s,sa->len); } | 12 | substdio_putflush(&sserr,sa->s,sa->len); } |
