Skip to content

scrrun: Correct string length returned from GetTempName.

Robert Wilhelm requested to merge sloper42/wine:GetTempName into master

You have to pass string length without terminal null to SysAllocStringLen.

This fixes following vbscript code: Temp_Path = strSystemRoot & "" & fso.GetTempName() & ".vbs"

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53569

Merge request reports

Loading