Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22882/MonetDB/src/gdk

Modified Files:
      Tag: MonetDB_1-20
        gdk_posix.mx 
Log Message:

[detected by nightly testing on Windows
 (on the "Current" development trunk
  after propagation from the MonetDB_1-20 release branch)]

fixed bug in Peter's yesterday's changes
that caused compilation on Windows to fail


Index: gdk_posix.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_posix.mx,v
retrieving revision 1.143.2.5
retrieving revision 1.143.2.6
diff -u -d -r1.143.2.5 -r1.143.2.6
--- gdk_posix.mx        18 Dec 2007 16:32:08 -0000      1.143.2.5
+++ gdk_posix.mx        19 Dec 2007 04:43:38 -0000      1.143.2.6
@@ -1748,7 +1748,7 @@
                /* Vista is paranoid: we cannot delete read-only files owned
                 * by ourselves. Vista somehow also sets these files to 
read-only.
                 */
-               (void) SetFileAttributes(path, FILE_ATTRIBUTE_NORMAL);
+               (void) SetFileAttributes(pathname, FILE_ATTRIBUTE_NORMAL);
                ret = _unlink(pathname);
        }
        if (ret < 0) {


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to