mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Fix am Installer
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@784 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -248,7 +248,7 @@ int firstmenu(void)
|
||||
strcpy(temp, ""); findkey(kv, "CONFIG_TYPE", temp); x = atol(temp);
|
||||
if (x < 1 || x > 4) x = 0;
|
||||
/* Format heading bit. */
|
||||
snprintf(message, 1000, ctr[TR_CURRENT_CONFIG], configtypenames[x],
|
||||
snprintf(message, 1000, ctr[TR_CURRENT_CONFIG], configtypenames[x-1],
|
||||
networkrestart);
|
||||
rc = newtWinMenu(ctr[TR_NETWORK_CONFIGURATION_MENU], message, 50, 5, 5, 6,
|
||||
sections, &choice, ctr[TR_OK], ctr[TR_DONE], NULL);
|
||||
|
||||
Reference in New Issue
Block a user