merging
This commit is contained in:
commit
1740fc306c
3 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
0
code/web/api/data/icons/add_app.png
Executable file → Normal file
0
code/web/api/data/icons/add_app.png
Executable file → Normal file
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
0
code/web/api/data/icons/no_action.png
Executable file → Normal file
0
code/web/api/data/icons/no_action.png
Executable file → Normal file
Before Width: | Height: | Size: 566 B After Width: | Height: | Size: 566 B |
Loading…
Reference in a new issue