From 213e0b596205626214891fb46e1a780af7f26a8b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 5 Mar 2008 10:39:12 +0000 Subject: bugfix: omfile used invalid obj-call (newly introduced bug) --- plugins/imfile/imfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/imfile/imfile.c b/plugins/imfile/imfile.c index 14d6cf3f..ef452bc5 100644 --- a/plugins/imfile/imfile.c +++ b/plugins/imfile/imfile.c @@ -129,7 +129,7 @@ openFile(fileInfo_t *pThis) CHKiRet(strmConstructFinalize(psSF)); /* read back in the object */ - CHKiRet(objDeserialize(&pThis->pStrm, "strm", psSF, NULL, pThis)); + CHKiRet(obj.Deserialize(&pThis->pStrm, (uchar*) "strm", psSF, NULL, pThis)); CHKiRet(strmSeekCurrOffs(pThis->pStrm)); -- cgit