cvs: TSRM(PHP_5_3) / tsrm_virtual_cwd.c

"Dmitry Stogov" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsdmitry1219051894@cvsserver>
dmitry		Mon Aug 18 09:31:34 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /TSRM	tsrm_virtual_cwd.c 
  Log:
  Fixed arguments order
  
  
http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.74.2.9.2.35.2.10&r2=1.74.2.9.2.35.2.11&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.10 TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.11
--- TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.10	Fri Aug 15 15:00:11 2008
+++ TSRM/tsrm_virtual_cwd.c	Mon Aug 18 09:31:34 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.10 2008/08/15 15:00:11 dmitry Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.11 2008/08/18 09:31:34 dmitry Exp $ */
 
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -1041,7 +1041,7 @@
 		UnixTimeToFileTime(buf->modtime, &mtime);
 		UnixTimeToFileTime(buf->actime, &atime);
 	}
-	if (!SetFileTime(hFile, NULL,  &mtime, &atime)) {
+	if (!SetFileTime(hFile, NULL, &atime, &mtime)) {
 		CloseHandle(hFile);
 		return -1;
 	}



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.