From 0981cf1a76826538b8b75f6e17ac9b5c8117cc0e Mon Sep 17 00:00:00 2001 From: David Date: Sun, 28 Sep 2014 16:29:05 +1300 Subject: Fixy fixy --- getfreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getfreq.c') diff --git a/getfreq.c b/getfreq.c index ac989fd..f5f9652 100644 --- a/getfreq.c +++ b/getfreq.c @@ -77,7 +77,7 @@ void gf_init() int gf_current(int core) { FILE* fd; - char buff[13]; // TO DO : magic constant + char buff[4096]; char* path; int freq; -- cgit v1.1