This commit is contained in:
Lorenz Meier
2013-06-07 13:04:49 +02:00
8 changed files with 101 additions and 32 deletions
+2 -2
View File
@@ -88,8 +88,8 @@ load(const char *devname, const char *fname)
{
int dev;
FILE *fp;
char line[80];
char buf[512];
char line[120];
char buf[2048];
/* open the device */
if ((dev = open(devname, 0)) < 0)