diff options
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; |