gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r899 - GNUnet/src/applications/fs/module


From: durner
Subject: [GNUnet-SVN] r899 - GNUnet/src/applications/fs/module
Date: Sun, 12 Jun 2005 03:52:46 -0700 (PDT)

Author: durner
Date: 2005-06-12 03:52:44 -0700 (Sun, 12 Jun 2005)
New Revision: 899

Modified:
   GNUnet/src/applications/fs/module/fs.c
Log:
General limitation

Modified: GNUnet/src/applications/fs/module/fs.c
===================================================================
--- GNUnet/src/applications/fs/module/fs.c      2005-06-12 10:44:50 UTC (rev 
898)
+++ GNUnet/src/applications/fs/module/fs.c      2005-06-12 10:52:44 UTC (rev 
899)
@@ -381,7 +381,7 @@
   ri = (RequestInitIndex *) req;
 
   fnLen = ntohs(ri->header.size) - sizeof(RequestInitIndex);
-#if CYGWIN
+#if WINDOWS
   if (fnLen > _MAX_PATH)
     return SYSERR;
 #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]