Fix am Installer

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@784 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-08-19 20:18:59 +00:00
parent 05c71989b9
commit f645218081

View File

@@ -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);