summaryrefslogtreecommitdiffstats
path: root/cfsysline.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfsysline.c')
-rw-r--r--cfsysline.c3
1 files changed, 1 insertions, 2 deletions
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;