fixes #16 - forces tool to create an empty file in the root tool directory as a basis for initial patch generation

hg/feature/gsoc2013-dfighter
sfb 12 years ago
parent bced63993b
commit 9343d45e22

@ -342,7 +342,7 @@ void CPackageDescription::generatePatches(CBNPFileSet& packageIndex) const
std::string prevVersionFileName;
if (packageIndex.getFile(i).versionCount()==1)
{
prevVersionFileName= tmpnam(NULL);
prevVersionFileName= _RootDirectory + "empty";
NLMISC::COFile tmpFile(prevVersionFileName);
tmpFile.close();
}

Loading…
Cancel
Save