From 9c20d0b4b4d3b85128d1754af3324866b135a412 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 31 Jul 2007 08:15:40 +0000 Subject: added macro to consistently define iRet --- omfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'omfile.c') diff --git a/omfile.c b/omfile.c index 0f75f4a6..618e9b98 100644 --- a/omfile.c +++ b/omfile.c @@ -127,7 +127,7 @@ ENDdbgPrintInstInfo */ static rsRetVal cflineParseOutchannel(instanceData *pData, uchar* p, omodStringRequest_t *pOMSR, int iEntry, int iTplOpts) { - rsRetVal iRet = RS_RET_OK; + DEFiRet; size_t i; struct outchannel *pOch; char szBuf[128]; /* should be more than sufficient */ @@ -447,7 +447,7 @@ static int prepareDynFile(instanceData *pData, uchar *newFileName, unsigned iMsg static rsRetVal writeFile(uchar **ppString, unsigned iMsgOpts, instanceData *pData) { off_t actualFileSize; - rsRetVal iRet = RS_RET_OK; + DEFiRet; assert(pData != NULL); -- cgit