This commit is contained in:
Thomas Nagy 2015-05-05 07:33:47 +02:00
parent a3b8ba5d03
commit a4c2370ee4
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ else:
wlock.release()
def writeconsole(self, txt):
chars_written = c_int()
chars_written = c_ulong()
writeconsole = windll.kernel32.WriteConsoleA
if isinstance(txt, _type):
writeconsole = windll.kernel32.WriteConsoleW