diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-28 16:29:05 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-28 16:29:05 +1300 |
commit | d6a31417e0efd4ef865eff972e5733535f7d73cf (patch) | |
tree | c192e03d3011b41ae7db5d31061828eb70f8a0dc /getfreq.c | |
parent | ef03f270a06d7cd956583bf41a9848474fb6b85e (diff) | |
download | paramano-d6a31417e0efd4ef865eff972e5733535f7d73cf.tar.xz |
Fixy fixy
Diffstat (limited to 'getfreq.c')
-rw-r--r-- | getfreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |