]> sourceware.org Git - newlib-cygwin.git/commitdiff
white space
authorChristopher Faylor <me@cgf.cx>
Mon, 15 Dec 2003 03:59:32 +0000 (03:59 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 15 Dec 2003 03:59:32 +0000 (03:59 +0000)
winsup/cygwin/fhandler_disk_file.cc

index d2adac66d1e414b7d7c45c47d126b1cea089e890..a8e9ea8e60b13d3706fa1a210786f1544f230a73 100644 (file)
@@ -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);
This page took 0.034989 seconds and 5 git commands to generate.