Changeset: 6e1d39ce866c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6e1d39ce866c
Modified Files:
tools/mserver/mserver5.c
Branch: default
Log Message:
Add missing minus in path name.
diffs (12 lines):
diff --git a/tools/mserver/mserver5.c b/tools/mserver/mserver5.c
--- a/tools/mserver/mserver5.c
+++ b/tools/mserver/mserver5.c
@@ -681,7 +681,7 @@ main(int argc, char **av)
*p = '\0';
for (int i = 0; libdirs[i] != NULL; i++) {
int len = snprintf(prmodpath,
sizeof(prmodpath),
-
"%s%c%s%cmonetdb5%s",
+
"%s%c%s%cmonetdb5-%s",
binpath, DIR_SEP, libdirs[i], DIR_SEP,
MONETDB_VERSION);
if (len == -1 || len >= FILENAME_MAX)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]