mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Fix "var might be used uninitialized" warning
svn path=/trunk/; revision=17884
This commit is contained in:
@@ -140,7 +140,7 @@ static VOID DoSaveFile(VOID)
|
||||
HANDLE hFile;
|
||||
DWORD dwNumWrite;
|
||||
LPWSTR pTemp;
|
||||
LPVOID pConverted;
|
||||
LPVOID pConverted = NULL;
|
||||
DWORD size;
|
||||
BYTE bom[3];
|
||||
int iBomSize = 0;
|
||||
|
||||
Reference in New Issue
Block a user