Changeset: 62c906409e1f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/62c906409e1f
Modified Files:
        gdk/gdk_strimps.c
Branch: strimps_update
Log Message:

Use the correct extension when unlinking a strimp file


diffs (12 lines):

diff --git a/gdk/gdk_strimps.c b/gdk/gdk_strimps.c
--- a/gdk/gdk_strimps.c
+++ b/gdk/gdk_strimps.c
@@ -469,7 +469,7 @@ BATcheckstrimps(BAT *b)
                                        }
                                        close(fd);
                                        /* unlink unusable file */
-                                       GDKunlink(hp->strimps.farmid, BATDIR, 
nme, "tstrimp");
+                                       GDKunlink(hp->strimps.farmid, BATDIR, 
nme, "tstrimps");
 
                                }
                        }
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to