]> git.llucax.com Git - z.facultad/75.06/jacu.git/commitdiff
pongo un char* en lugar de un int, no se quien lo cambio... en todo caso cambienlo...
authorNicolás Dimov <ndimov@gmail.com>
Mon, 21 Jun 2004 00:36:52 +0000 (00:36 +0000)
committerNicolás Dimov <ndimov@gmail.com>
Mon, 21 Jun 2004 00:36:52 +0000 (00:36 +0000)
src/mtf/main.c

index 9b7b45901d36f2f37ce74618af4ea4f75115deea..c240f73ee44cf4bc889c6d0c8b5ef070145422b8 100644 (file)
@@ -7,7 +7,7 @@
 
 int main(int argc, char *argv[] )
 {
-       int buff[BUFFER_SIZE];
+       char buff[BUFFER_SIZE];
        int *pos;
        int len;
        int i;