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

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