Win32OperatingSystem.st
changeset 23137 8b8ce9e89772
parent 23136 bf4d9f8dba5b
child 23138 1f7e6ef72cd0
--- a/Win32OperatingSystem.st	Wed Jun 27 09:48:23 2018 +0200
+++ b/Win32OperatingSystem.st	Wed Jun 27 09:54:19 2018 +0200
@@ -6146,7 +6146,7 @@
 
     __rslt = GetSystemWow64DirectoryW(buffer, MAXPATHLEN);
     if (__rslt == TRUE) {
-	rslt = __mkStringOrU16String_maxlen(_aPathName, MAXPATHLEN);
+	rslt = __mkStringOrU16String_maxlen(buffer, MAXPATHLEN);
     } else {
 	rslt = false;
     }