X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_read_EINVAL.c;h=c5b5455ef9a548338d70907dbf415ae0340c0d2e;hp=57f47fb8db34f42aadb3cdb6084c68f1c177e86e;hb=9032d048555cb5b86ff8c1b4319a856b43331377;hpb=fc8b640f9637823d87b9582c7edcb87adcd0383a 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){