1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 12:47:44 +01:00
This commit is contained in:
Vadim Kurland 2009-12-17 00:02:49 +00:00
parent e05eecd62a
commit 656d573ed5
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 2170
#define BUILD_NUM 2171

View File

@ -620,6 +620,8 @@ QString FirewallInstaller::getDestinationDir(const QString &fwdir)
if (!dir.isEmpty())
dir.replace("{{$fwdir}}", fwdir);
else
dir = fwdir;
if (!dir.endsWith(QDir::separator())) return dir + QDir::separator();
return dir;