yaffs Fixed an error in direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_read_EINVAL.c
index 57f47fb8db34f42aadb3cdb6084c68f1c177e86e..c5b5455ef9a548338d70907dbf415ae0340c0d2e 100644 (file)
@@ -20,7 +20,7 @@ int test_yaffs_read_EINVAL(void)
 {
        int error_code = 0;
        handle=yaffs_open(FILE_PATH,O_CREAT | O_RDWR, FILE_MODE);
-       char text[2000000]="\0";
+       char text[2000000];
        int output=0;   
        
        if (handle<0){