Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_fchmod.c
index 896a33b52603822ba545e48daba6d64becef0c2f..e1a035688f870686e7d615e3a71ef4a28d91f168 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
+ * Copyright (C) 2002-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Timothy Manning <timothy@yaffs.net>
@@ -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 */