Merge branch 'version-3-3'

Update build number
This commit is contained in:
Enno Rehling 2014-11-01 21:57:40 +01:00
commit 14bcaf7d71
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 3
#define VERSION_BUILD 687
#define VERSION_MINOR 4
#define VERSION_BUILD 689

View File

@ -924,7 +924,7 @@ int quit_cmd(unit * u, struct order *ord)
keyword_t kwd;
kwd = init_order(ord);
assert(kwd == K_PASSWORD);
assert(kwd == K_QUIT);
passwd = getstrtoken();
if (checkpasswd(f, (const char *)passwd, false)) {
if (EnhancedQuit()) {