From cd2b24dfc45c4b115ace6d17ab0237511fef3d66 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 19 Feb 2008 10:30:42 +0000 Subject: - added doc on how expressions will work - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros --- cfsysline.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cfsysline.c') diff --git a/cfsysline.c b/cfsysline.c index 7249188e..378bfe1d 100644 --- a/cfsysline.c +++ b/cfsysline.c @@ -453,8 +453,7 @@ getWord(uchar **pp, rsCStrObj **ppStrB) ASSERT(*pp != NULL); ASSERT(*ppStrB != NULL); - if((*ppStrB = rsCStrConstruct()) == NULL) - ABORT_FINALIZE(RS_RET_OUT_OF_MEMORY); + CHKiRet(rsCStrConstruct(ppStrB)); /* parse out the word */ p = *pp; -- cgit