Use consistent syntax for boolean preprocessor expressions.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@
|
||||
|
||||
void File::chmod(const char *name, int mode)
|
||||
{
|
||||
#if defined(HAVE_CHMOD)
|
||||
#if (HAVE_CHMOD)
|
||||
if (::chmod(name,mode) != 0)
|
||||
throwIOException(name,errno);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user