aboutsummaryrefslogtreecommitdiff
path: root/getfreq.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-28 16:29:05 +1300
committerDavid <dbphillipsnz@gmail.com>2014-09-28 16:29:05 +1300
commitd6a31417e0efd4ef865eff972e5733535f7d73cf (patch)
treec192e03d3011b41ae7db5d31061828eb70f8a0dc /getfreq.c
parentef03f270a06d7cd956583bf41a9848474fb6b85e (diff)
downloadparamano-d6a31417e0efd4ef865eff972e5733535f7d73cf.tar.xz
Fixy fixy
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;