erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Fix win32 password entry. #107

Closed jkrukoff closed 5 years ago

jkrukoff commented 5 years ago

As Prompt is a binary, this patch prevents a run time error on password blanking. This appears to be the only change needed to get the plugin working on windows again, after the original botched merge and subsequent emergency fix.

starbelly commented 5 years ago

@jkrukoff yeah, i changed it to size because for some reason I got back strings and not binary, but it's been a minute, so I may not be remembering something correctly.