gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r380 - GNUnet/src/util/win


From: durner
Subject: [GNUnet-SVN] r380 - GNUnet/src/util/win
Date: Sun, 6 Mar 2005 01:05:27 -0800 (PST)

Author: durner
Date: 2005-03-06 01:05:26 -0800 (Sun, 06 Mar 2005)
New Revision: 380

Modified:
   GNUnet/src/util/win/winproc.c
Log:
fix

Modified: GNUnet/src/util/win/winproc.c
===================================================================
--- GNUnet/src/util/win/winproc.c       2005-03-06 08:49:26 UTC (rev 379)
+++ GNUnet/src/util/win/winproc.c       2005-03-06 09:05:26 UTC (rev 380)
@@ -1634,7 +1634,7 @@
 
   errno = 0;
    
-  while (DereferenceShortcut(szFile))
+  while (DereferenceShortcut(path))
   {
     if (iDepth++ > 10)
     {
@@ -1683,7 +1683,7 @@
  */
 int _win_stat(const char *path, struct stat *buffer)
 {
-  return __win_stat(szFile, buffer, 1);
+  return __win_stat(path, buffer, 1);
 }
 
 /**





reply via email to

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