Force JAMSMAPIHIGHWATE to YES for Fidoconfig

This commit is contained in:
Alexander S. Aganichev 2002-06-09 09:37:49 +00:00
parent 45bb6613de
commit 7924145087
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,9 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.5, /snapshot/ Notes for GoldED+ 1.1.5, /snapshot/
______________________________________________________________________ ______________________________________________________________________
+ JAMSMAPIHIGHWATER is now active by default if "areafile fidoconfig"
is specifyed (not tested).
- Fixed the problem with 13 hour of UTC displacement. I hope noone - Fixed the problem with 13 hour of UTC displacement. I hope noone
have 25 hour displacement, yep? :) have 25 hour displacement, yep? :)

View File

@ -448,6 +448,7 @@ void AddNewArea(AreaCfg& aa);
void CfgAddress(char* value); void CfgAddress(char* value);
void CfgOrigin(const char* value); void CfgOrigin(const char* value);
void CfgUsername(char* value); void CfgUsername(char* value);
void CfgJAMSMAPIHighwater(bool value);
void ReadEcholist(char* value); void ReadEcholist(char* value);
void SetAreaDesc(char* echoid, char* desc); void SetAreaDesc(char* echoid, char* desc);

View File

@ -380,6 +380,8 @@ void gareafile::ReadHPT(char* tag) {
CfgSquishuserpath(path); CfgSquishuserpath(path);
CfgJAMSMAPIHighwater(true);
ReadHPTFile(path, file, options, origin, defaultgroup); ReadHPTFile(path, file, options, origin, defaultgroup);
} }