-/* $Id: stat.cc,v 1.22 1996/04/11 22:52:30 wessels Exp $ */
+/* $Id: stat.cc,v 1.23 1996/04/14 03:05:50 wessels Exp $ */
/*
* DEBUG: Section 18 stat
static char tempbuf[MAX_LINELEN];
sprintf(tempbuf, "{%s}\n", buf);
- return storeAppend(data->sentry,
+ storeAppend(data->sentry,
tempbuf,
(int) strlen(tempbuf) % MAX_LINELEN);
+ return 0;
}
/* log convert end handler */
static char tempbuf[MAX_LINELEN];
tempbuf[0] = '\0';
sprintf(tempbuf, "{\"%s\"}\n", buf);
- return storeAppend(data->sentry,
+ storeAppend(data->sentry,
tempbuf,
(int) strlen(tempbuf) % MAX_LINELEN);
+ return 0;
}
/* cached convert end handler */