Revision: 1163
http://svn.sourceforge.net/hackndev/?rev=1163&view=rev
Author: bobofdoom
Date: 2007-07-16 06:53:09 -0700 (Mon, 16 Jul 2007)
Log Message:
-----------
Cocoboot: Restored correct buf variable.
Modified Paths:
--------------
cocoboot/trunk/m68k/options.c
Modified: cocoboot/trunk/m68k/options.c
===================================================================
--- cocoboot/trunk/m68k/options.c 2007-07-16 13:36:17 UTC (rev 1162)
+++ cocoboot/trunk/m68k/options.c 2007-07-16 13:53:09 UTC (rev 1163)
@@ -85,7 +85,6 @@
{
char *p = line;
char *key, *value;
- char buf[128];
*out_key = *out_value = NULL;
@@ -172,6 +171,7 @@
FileRef f;
int line_no;
char *errmsg, *key, *value;
+ char buf[2048];
if (!search_file(CONFIG_FILE, &vol, &size)) {
return -1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|