From 98c34808b10bb83fab6385b762578efb271f02a5 Mon Sep 17 00:00:00 2001 From: bpringlemeir Date: Fri, 29 Jan 2010 00:13:42 +0000 Subject: [PATCH] Fix debug --- src/cpplib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpplib.c b/src/cpplib.c index b054f61..a7a4770 100644 --- a/src/cpplib.c +++ b/src/cpplib.c @@ -7412,7 +7412,7 @@ parseMoveMark (struct parse_marker *pmark, cppReader *pfile) } pmark->position = pbuf->cur - pbuf->buf; - DPRINTF (("move mark: %s", pmark->position)); + DPRINTF (("move mark: %d", pmark->position)); } void cpplib_initializeReader (cppReader *pfile) /* Must be done after library is loaded. */ -- 2.45.0