diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-16 16:59:49 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-16 16:59:49 +0100 |
commit | 32db6291bc310062cffd3266fc297c7b13c571a7 (patch) | |
tree | 6dd7e1e2752a9736e5f22959ce4ce715280318d8 /runtime/cfsysline.c | |
parent | 4a80242ffcfa93348453ff716f7f1abda417a416 (diff) | |
download | rsyslog-32db6291bc310062cffd3266fc297c7b13c571a7.tar.gz rsyslog-32db6291bc310062cffd3266fc297c7b13c571a7.tar.bz2 rsyslog-32db6291bc310062cffd3266fc297c7b13c571a7.zip |
backporting patch for clean make distcheck
Diffstat (limited to 'runtime/cfsysline.c')
-rw-r--r-- | runtime/cfsysline.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/cfsysline.c b/runtime/cfsysline.c index 037e9f84..646ab39b 100644 --- a/runtime/cfsysline.c +++ b/runtime/cfsysline.c @@ -41,6 +41,7 @@ #include "obj.h" #include "errmsg.h" #include "srUtils.h" +#include "unicode-helper.h" /* static data */ @@ -511,6 +512,8 @@ static rsRetVal doGetWord(uchar **pp, rsRetVal (*pSetHdlr)(void*, uchar*), void CHKiRet(cstrConvSzStrAndDestruct(pStrB, &pNewVal, 0)); pStrB = NULL; + DBGPRINTF("doGetWord: get newval '%s' (len %d), hdlr %p\n", + pNewVal, (int) ustrlen(pNewVal), pSetHdlr); /* we got the word, now set it */ if(pSetHdlr == NULL) { /* we should set value directly to var */ |