Author: sparky
Date: Mon Mar  6 21:05:28 2006
New Revision: 7117

Modified:
   ppcrcd/trunk/yaboot/cfg.c
Log:
- allow config options up to 511 chars


Modified: ppcrcd/trunk/yaboot/cfg.c
==============================================================================
--- ppcrcd/trunk/yaboot/cfg.c   (original)
+++ ppcrcd/trunk/yaboot/cfg.c   Mon Mar  6 21:05:28 2006
@@ -39,7 +39,7 @@
        void *data;
 } CONFIG;
 
-#define MAX_TOKEN 200
+#define MAX_TOKEN 511
 #define MAX_VAR_NAME MAX_TOKEN
 #define EOF -1
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to