Skip to content

Commit d1165ca

Browse files
committed
fixed:the problem that the file delete
1 parent 689e934 commit d1165ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/StorageModule_Database/Database_File/Database_File.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ BOOL CDatabase_File::Database_File_FileDelete(LPCTSTR lpszBuckKey /* = NULL */,
185185
}
186186
int nListCount = 0;
187187
XSTORAGECORE_DBFILE **ppSt_ListFile;
188-
if (!Database_File_FileQuery(&ppSt_ListFile, &nListCount, NULL, NULL, lpszFile, lpszHash))
188+
if (!Database_File_FileQuery(&ppSt_ListFile, &nListCount, NULL, NULL, lpszBuckKey, lpszFile, lpszHash))
189189
{
190190
return FALSE;
191191
}

0 commit comments

Comments
 (0)