X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_write.c;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_write.c;h=adfd2bfccbb4f550b085fecb85cb3583b5ec0b70;hb=fa6335ddf55329c1ba1c50c68080a559461151cc;hp=602afd52545561c635286c3a6fe854dc410e74dc;hpb=c118b37070fa47650ca61c8c740da7461450d139;p=yaffs2.git 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); }