diff packages/redboot/current/src/flash.c @ 145:2e9a636d9de9 ecos-sw-2000-12-21

Merge from eCos master repository on 2000-12-21-14:18:40-GMT
author jlarmour
date Fri, 22 Dec 2000 02:37:28 +0000
parents 6b5f480c6929
children d397fc472bcf
line wrap: on
line diff
--- a/packages/redboot/current/src/flash.c
+++ b/packages/redboot/current/src/flash.c
@@ -844,7 +844,7 @@ extern struct config_option __CONFIG_opt
 static int
 get_config(struct config_option *opt, int offset, bool list_only)
 {
-    char line[80], *sp, *lp;
+    char line[256], *sp, *lp;
     int ret;
     bool hold_bool_val, enable;
     unsigned long hold_int_val;