From: | "Alan Stewart" <astewart1 [...] cox.net> |
To: | bug-par [...] rt.cpan.org |
Date: | Sun, 03 Aug 2003 18:06:09 -0700 |
Subject: | bug report on Par-0.72 |
Par 0.72, on Win32 systems, the contents of the private temporary directory
are deleted, but fails to the delete the private directory.
In file "mktmpdir.c" there is a missing
_findclose(hFile);
before the
rmdir(stmpdir);
at line 161, analogous to non-Win32 line 187, "closedir(partmp_dirp);".
Also, there is a superfluous
unlink(subsubdir);
at line 157 that attempts to unlink all dir contents including "..".
Thanks for all the work !!
Alan G. Stewart