Descriptioncmd/dist: use vfprintf on Windows, same as on Unix
Apparently, the Windows routines sometimes fail to generate output.
Copy the Unix stdio-based implementations instead.
Suggested by Pietro Gagliardi in CL 65280043 but that CL
seems to have been abandoned.
Fixes issue 7242.
Patch Set 1 #Patch Set 2 : diff -r d66964c2e175 https://code.google.com/p/go/ #Patch Set 3 : diff -r d66964c2e175 https://code.google.com/p/go/ #Patch Set 4 : diff -r 3e456b047fd9 https://code.google.com/p/go/ #MessagesTotal messages: 4
|