From 27084921d9b0ad0494ff673e8040074c8626b5b0 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Fri, 10 May 2002 14:18:29 +0000 Subject: [PATCH] Small fix setting default path --- mbsetup/m_fgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbsetup/m_fgroup.c b/mbsetup/m_fgroup.c index 34f875c3..ad26e2f9 100644 --- a/mbsetup/m_fgroup.c +++ b/mbsetup/m_fgroup.c @@ -402,7 +402,7 @@ int EditFGrpRec(int Area) case 1: if (CheckFgroup()) break; strcpy(fgroup.Name, edit_ups(6,16,12, fgroup.Name, (char *)"The ^name^ of this file group")); - if (strlen(mgroup.BasePath) == 0) { + if (strlen(fgroup.BasePath) == 0) { memset(&temp, 0, sizeof(temp)); strcpy(temp, fgroup.Name); for (i = 0; i < strlen(temp); i++) {