Branch: refs/heads/WIN64_UNICODE
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: af19ed7e15bed953ddbc3d3ab4295683e34d0ab6
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/af19ed7e15bed953ddbc3d3ab4295683e34d0ab6 Author: Nicolas Cellier <
[hidden email]>
Date: 2019-01-01 (Tue, 01 Jan 2019)
Changed paths:
M platforms/win32/vm/sqWin32Main.c
Log Message:
-----------
Fix: Shlemiel the painter needs to paint strncat too
Like wcsncat, the ugly and correct usage is
strncat( dest, src, sizeof(dest) - 1 - strlen(dest) );
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.