[Bug 51971] postgresql-9.3 installer needs scrrun:folder_CreateTextFile implementation

WineHQ Bugzilla wine-bugs at winehq.org
Thu Dec 2 07:15:04 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=51971

--- Comment #7 from Nikolay Sivov <bunglehead at gmail.com> ---
(In reply to Robert Wilhelm from comment #6)
> This is now fixed with
> https://source.winehq.org/git/wine.git/commit/
> 4c04fb00f03a40d122bb4d8ae73a1d8be3b3b677
> 
> Nikolay, thanks for the reviews.
> 
> Hoever there are other issues which need fixes:
> 
> 1)
> 
> strBatchFile = Replace(objFso.GetTempName, ".tmp", ".bat")
> is not working, because GetTempName returns "rad12345.tx".
> This should be trivial to change.
> 

Looks like it, I don't know why it's using .txt right now. Also note that it's
truncated to .tx, because swprintf() buffer length is 1 char too short.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list