From 10eead3a474cc70469d3073c0e4e0644f21dd0da Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Thu, 1 Jun 2006 20:21:01 +0000 Subject: [PATCH] Needed to set *ppszBuffer to NULL, not *pszBuffer. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@500 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/src/ftkfsys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftk/src/ftkfsys.cpp b/ftk/src/ftkfsys.cpp index 93eeb2e..029c7dd 100644 --- a/ftk/src/ftkfsys.cpp +++ b/ftk/src/ftkfsys.cpp @@ -2448,7 +2448,7 @@ RCODE FLMAPI f_filetobuf( if( !ui64FileSize) { - *pszBuffer = NULL; + *ppszBuffer = NULL; goto Exit; }