desktop (windows): fixed handling non-utf8 Windows profile names (#3605)
This commit is contained in:
parent
ed3d234826
commit
58906e1a60
@ -118,7 +118,7 @@ cChatMigrateInitKey fp key keepKey conf background ctrl = do
|
||||
setFileSystemEncoding utf8
|
||||
setForeignEncoding utf8
|
||||
|
||||
dbPath <- peekCAString fp
|
||||
dbPath <- peekCString fp
|
||||
dbKey <- BA.convert <$> B.packCString key
|
||||
confirm <- peekCAString conf
|
||||
r <-
|
||||
|
Loading…
Reference in New Issue
Block a user