Small fixes
This commit is contained in:
parent
a3bca178cd
commit
4ead3d8489
@ -6,6 +6,8 @@ v0.35.02 22-Jun-2002
|
|||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
Delete ~/etc/lastcall.data
|
Delete ~/etc/lastcall.data
|
||||||
|
If you want to upgrade to the new archiver settings then
|
||||||
|
delete ~/etc/archiver.data and run mbsetup.
|
||||||
|
|
||||||
general:
|
general:
|
||||||
Added checks for GoldED in external program checks.
|
Added checks for GoldED in external program checks.
|
||||||
@ -41,6 +43,7 @@ v0.35.02 22-Jun-2002
|
|||||||
When reading taglists if there was no description after the
|
When reading taglists if there was no description after the
|
||||||
tag, mbfido would crash.
|
tag, mbfido would crash.
|
||||||
Filefind netmail replies now set the private flag.
|
Filefind netmail replies now set the private flag.
|
||||||
|
Removed debugging messages displaying the incoming tic files.
|
||||||
|
|
||||||
mbindex:
|
mbindex:
|
||||||
Fixed a crash when a pointlist contained Point,5,reservered,
|
Fixed a crash when a pointlist contained Point,5,reservered,
|
||||||
|
@ -213,7 +213,6 @@ int LoadTic(char *inb, char *tfn)
|
|||||||
}
|
}
|
||||||
Temp[j] = '\0';
|
Temp[j] = '\0';
|
||||||
|
|
||||||
Syslog('f', "TIC: %s", Temp);
|
|
||||||
if (strncasecmp(Temp, "hatch", 5) == 0) {
|
if (strncasecmp(Temp, "hatch", 5) == 0) {
|
||||||
TIC.TicIn.Hatch = TRUE;
|
TIC.TicIn.Hatch = TRUE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user