kerneltest/f32test/server/t_fsrv.cpp
branchGCC_SURGE
changeset 210 b592f7984442
parent 109 b3a1d9898418
child 221 39b39e1a406e
--- a/kerneltest/f32test/server/t_fsrv.cpp	Mon Jul 19 08:40:05 2010 +0100
+++ b/kerneltest/f32test/server/t_fsrv.cpp	Mon Jul 19 14:32:36 2010 +0100
@@ -297,7 +297,7 @@
         if (anInfo.iType==EMediaNotPresent)
             return;
 
-		test_Value(anInfo.iDriveAtt, anInfo.iDriveAtt&(KDriveAttLocal|KDriveAttInternal)==KDriveAttLocal|KDriveAttInternal);	// LFFS sets KDriveAttTransaction as well
+		test_Value(anInfo.iDriveAtt, (anInfo.iDriveAtt&(KDriveAttLocal|KDriveAttInternal))==(KDriveAttLocal|KDriveAttInternal));	// LFFS sets KDriveAttTransaction as well
         test_Value(anInfo.iType, anInfo.iType==EMediaFlash);
         test_Value(anInfo.iMediaAtt, anInfo.iMediaAtt==KMediaAttFormattable);
 		}