On Thu, Nov 07, 2002 at 02:18:20AM -0800, Ryan Cumming wrote:
Hi,
KaZaA Lite 2.0 calls DeleteFile with an empty path at shutdown, which triggers ERR("Empty path passed\n"). It seems a bit silly to call that an error, so this patch changes the message to a warning. It also does a SetLastError(ERROR_FILE_NOT_FOUND) in that case, which is consistant with Windows XP.
Can you also create a testcase for this problem?
Ciao, Marcus