Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-12-15 06:59:32 +0300
committerChristopher Faylor <me@cgf.cx>2003-12-15 06:59:32 +0300
commit228f99a6c1a60d778fe0182ad9e66b8cd755daf8 (patch)
tree9897b7d97b7fd720101c65a3f1a018d50f0681aa /winsup
parentf2f1af25ab92c4bde4a9863c316ed5d311d4bab8 (diff)
white space
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/fhandler_disk_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_disk_file.cc b/winsup/cygwin/fhandler_disk_file.cc
index d2adac66d..a8e9ea8e6 100644
--- a/winsup/cygwin/fhandler_disk_file.cc
+++ b/winsup/cygwin/fhandler_disk_file.cc
@@ -617,7 +617,7 @@ fhandler_disk_file::opendir ()
if (!pc.isdir ())
set_errno (ENOTDIR);
- else if ((len = strlen (pc))> CYG_MAX_PATH - 3)
+ else if ((len = strlen (pc)) > CYG_MAX_PATH - 3)
set_errno (ENAMETOOLONG);
else if ((dir = (DIR *) malloc (sizeof (DIR))) == NULL)
set_errno (ENOMEM);