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:
@@ -2448,7 +2448,7 @@ RCODE FLMAPI f_filetobuf(
|
||||
|
||||
if( !ui64FileSize)
|
||||
{
|
||||
*pszBuffer = NULL;
|
||||
*ppszBuffer = NULL;
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user