*** empty log message ***

This commit is contained in:
2005-09-18 12:20:43 +00:00
parent 25b5391b55
commit 2b2520afaf
5 changed files with 30 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: print.c,v 1.6 2005-09-18 10:18:35 bacon Exp $
* $Id: print.c,v 1.7 2005-09-18 12:20:43 bacon Exp $
*/
#include <xp/lsp/lsp.h>
@@ -60,7 +60,7 @@ void xp_lsp_print_debug (xp_lsp_obj_t* obj)
#define OUTPUT_STR(lsp,str) \
do { \
if (lsp->output_func(XP_LSP_IO_STR, (void*)lsp, (void*)str) == -1) { \
if (lsp->output_func(lsp, XP_LSP_IO_STR, (void*)str) == -1) { \
lsp->errnum = XP_LSP_ERR_OUTPUT; \
return -1; \
} \