yaffs direct: Clean up and handle names that are to long
[yaffs2.git] / direct / tests / fuzzer.c
index deadf951b12a7c60d018bbe55dde02eee37cdccb..2eedbfa7c750458ae49dd2c5430823cb39b3966c 100644 (file)
@@ -9,7 +9,9 @@
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
- *
+ */
+
+/*
  * Fuzzer to fuzz a file
  */
 
@@ -71,7 +73,7 @@ int main(int argc, char *argv[])
        srand(time(0));
 
        for(b = 0; b < nbuffers; b++){
-               printf("buffer %d\n",b);
+               /* printf("buffer %d\n",b); */
                lseek(h,b * sizeof(buffer),SEEK_SET);
                bufsize = read(h,buffer,sizeof(buffer));
                for(i = 0; i < changesPerBuffer; i++){