X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_read_EINVAL.c;h=c5b5455ef9a548338d70907dbf415ae0340c0d2e;hb=dd93a8090e78af3a429a55349cb05a4bf6fb2c39;hp=57f47fb8db34f42aadb3cdb6084c68f1c177e86e;hpb=3003894b7f0b20840de894a634d047133027e48f;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c b/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c index 57f47fb..c5b5455 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c @@ -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){