More appropriate buffer sizes

This commit is contained in:
Bert
2011-02-14 19:22:02 +01:00
parent 788db666be
commit cfed65d36f
2 changed files with 2 additions and 2 deletions

2
util.c
View File

@ -22,7 +22,7 @@
#include "options.h"
#include "util.h"
#define FNAME_LEN 10
#define FNAME_LEN 512
void cleanup();