aboutsummaryrefslogtreecommitdiff
path: root/getfreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'getfreq.c')
-rw-r--r--getfreq.c2
1 files changed, 1 insertions, 1 deletions
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;