--- 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);
}