X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_fchmod.c;h=ff924be2d6ff8f7f9ffea12567d8773c060a3d10;hp=896a33b52603822ba545e48daba6d64becef0c2f;hb=41a39f326b4b732a36310275c0f4489c07117679;hpb=529984f4a8f8bdcfd75866462ba6b89695b0b9b0 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c b/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c index 896a33b..ff924be 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c @@ -26,7 +26,7 @@ int test_yaffs_fchmod(void) return -1; } - output = yaffs_fchmod(handle,S_IREAD||S_IWRITE); + output = yaffs_fchmod(handle,S_IREAD|S_IWRITE); if (output>=0){ /* there were no errors */