Changeset: 8413fd2aaf00 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8413fd2aaf00
Modified Files:
common/utils/mstring.h
Branch: default
Log Message:
small fix, regain fast startup of the mserver5
diffs (11 lines):
diff --git a/common/utils/mstring.h b/common/utils/mstring.h
--- a/common/utils/mstring.h
+++ b/common/utils/mstring.h
@@ -20,6 +20,7 @@ strcpy_len(char *restrict dst, const cha
return i;
}
dst[n - 1] = 0;
+ return n-1;
}
return strlen(src);
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list