summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-14 19:22:02 +0100
committerBert <ber.t@gmx.com>2011-02-14 19:22:02 +0100
commitcfed65d36fbacf6bec47869c86ea94f1cc49bcb5 (patch)
treebf826ba12cb739f45c4ac61f9e6c1e6f4bbc6362 /util.c
parent788db666be26ace453fc312a78f86cb6ea3f7dac (diff)
downloadnsxiv-cfed65d36fbacf6bec47869c86ea94f1cc49bcb5.tar.zst
More appropriate buffer sizes
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index c23d821..82ab057 100644
--- a/util.c
+++ b/util.c
@@ -22,7 +22,7 @@
#include "options.h"
#include "util.h"
-#define FNAME_LEN 10
+#define FNAME_LEN 512
void cleanup();