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
This commit is contained in:
dsandersoremutah
2006-06-01 20:21:01 +00:00
parent f520e2d0c9
commit 10eead3a47

View File

@@ -2448,7 +2448,7 @@ RCODE FLMAPI f_filetobuf(
if( !ui64FileSize)
{
*pszBuffer = NULL;
*ppszBuffer = NULL;
goto Exit;
}