X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_write.c;h=adfd2bfccbb4f550b085fecb85cb3583b5ec0b70;hp=602afd52545561c635286c3a6fe854dc410e74dc;hb=fa6335ddf55329c1ba1c50c68080a559461151cc;hpb=c118b37070fa47650ca61c8c740da7461450d139 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_write.c b/direct/timothy_tests/quick_tests/test_yaffs_write.c index 602afd5..adfd2bf 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_write.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_write.c @@ -2,7 +2,7 @@ static int handle=0; int test_yaffs_write(void){ - handle=test_yaffs_open_file(); + handle=test_yaffs_open(); if (handle>0){ return yaffs_write(handle, FILE_TEXT, FILE_TEXT_NBYTES); }