Small fixes

This commit is contained in:
Michiel Broek 2002-04-15 14:23:42 +00:00
parent e17715d351
commit 33fc9b49f2
2 changed files with 3 additions and 2 deletions

View File

@ -4589,6 +4589,7 @@ v0.33.20 10-Feb-2002
Enter mbsetup, this will upgrade the databases. Enter mbsetup, this will upgrade the databases.
Go into global configuration, exit and save, this will update Go into global configuration, exit and save, this will update
the main configuration (add default macro path). the main configuration (add default macro path).
Edit the message groups and file groups for new settings.
general: general:
Added structures for area maintenance with area lists. Added structures for area maintenance with area lists.

View File

@ -416,10 +416,10 @@ int EditFGrpRec(int Area)
case 9: strcpy(fgroup.Convert, PickArchive((char *)"10.1.9")); case 9: strcpy(fgroup.Convert, PickArchive((char *)"10.1.9"));
FgScreen(); FgScreen();
break; break;
case 10:strcpy(fgroup.BbsGroup, PickFGroup((char *)"8.4.17")); case 10:strncpy(fgroup.BbsGroup, PickFGroup((char *)"8.4.17"), 12);
FgScreen(); FgScreen();
break; break;
case 11:strcpy(fgroup.AnnGroup, PickNGroup((char *)"8.4.18")); case 11:strncpy(fgroup.AnnGroup, PickNGroup((char *)"8.4.18"), 12);
FgScreen(); FgScreen();
break; break;
case 12:if (CheckFgroup()) case 12:if (CheckFgroup())