From 1b0bb1e8168d5b9e8ca5f535a29726e636bbf584 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 13 Feb 2008 11:54:36 +0000 Subject: some cleanup --- stream.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream.c') diff --git a/stream.c b/stream.c index 79d34d5d..e9f3d808 100644 --- a/stream.c +++ b/stream.c @@ -78,7 +78,6 @@ static rsRetVal strmOpenFile(strm_t *pThis) CHKiRet(genFileName(&pThis->pszCurrFName, pThis->pszDir, pThis->lenDir, pThis->pszFName, pThis->lenFName, pThis->iCurrFNum, pThis->iFileNumDigits)); } else { -RUNLOG_VAR("%s", pThis->pszDir); if(pThis->pszDir == NULL) { if((pThis->pszCurrFName = (uchar*) strdup((char*) pThis->pszFName)) == NULL) ABORT_FINALIZE(RS_RET_OUT_OF_MEMORY); -- cgit