alexbrainman / printer

Windows printing
BSD 3-Clause "New" or "Revised" License
227 stars 78 forks source link

Fix issue #16 #17

Closed jazzy-crane closed 4 years ago

jazzy-crane commented 4 years ago

perform *uint16 to string conversion in a way that keeps checkptr happy

alexbrainman commented 4 years ago

@jazzy-crane sorry for sending you on a wild goose chase. This is probably too hard for you without the right context. I actually made similar changes to most of Go runtime, so that is why I am familiar with the code.

Anyway this

https://github.com/alexbrainman/printer/tree/fix16

should fix your problem. Does it?

Thank you.

Alex

jazzy-crane commented 4 years ago

Yes it does thank you - should have thought to check x/sys/windows before writing my own. I'll close this MR