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
commit0981cf1a76826538b8b75f6e17ac9b5c8117cc0e (patch)
treec192e03d3011b41ae7db5d31061828eb70f8a0dc /getfreq.c
parent21173638ed71c27cb3b92f45acfad62e7874a356 (diff)
downloadparamano-0981cf1a76826538b8b75f6e17ac9b5c8117cc0e.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;