From 98a45d0b54c09ca82b3540491915ad6cc61c1a97 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 24 Feb 2010 20:31:30 +0100 Subject: Imported Upstream version 4.6.0 --- outchannel.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'outchannel.c') diff --git a/outchannel.c b/outchannel.c index 4f8abb3..74c1821 100644 --- a/outchannel.c +++ b/outchannel.c @@ -106,7 +106,6 @@ static rsRetVal get_Field(uchar **pp, uchar **pField) p = *pp; CHKiRet(cstrConstruct(&pStrB)); - rsCStrSetAllocIncrement(pStrB, 32); /* copy the field */ while(*p && *p != ' ' && *p != ',') { @@ -175,7 +174,6 @@ static inline rsRetVal get_restOfLine(uchar **pp, uchar **pBuf) p = *pp; CHKiRet(cstrConstruct(&pStrB)); - rsCStrSetAllocIncrement(pStrB, 32); /* copy the field */ while(*p) { -- cgit v1.2.3