summaryrefslogtreecommitdiffstats
path: root/qsutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'qsutil.c')
-rw-r--r--qsutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qsutil.c b/qsutil.c
index 80c619d..a769829 100644
--- a/qsutil.c
+++ b/qsutil.c
@@ -6,7 +6,7 @@
6static stralloc foo = {0}; 6static stralloc foo = {0};
7 7
8static char errbuf[1]; 8static char errbuf[1];
9static struct substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1); 9static substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1);
10 10
11void logsa(sa) stralloc *sa; { 11void logsa(sa) stralloc *sa; {
12 substdio_putflush(&sserr,sa->s,sa->len); } 12 substdio_putflush(&sserr,sa->s,sa->len); }