]> git.lyx.org Git - features.git/commit
Fix returned value of win32file.ReadFile
authorIdan Pazi <idan.kp@gmail.com>
Fri, 16 Feb 2024 13:17:17 +0000 (15:17 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 12 Mar 2024 11:46:04 +0000 (12:46 +0100)
commit0fb7650786e9574d978015b8986686e10b2330e8
treef9d80f2c6ba3a75460b85d69c84528ce7c851a5c
parent7e6597a5b47c22ed22966a75c149264dacd6e289
Fix returned value of win32file.ReadFile

returns an PyOVERLAPPEDReadBuffer that needs to be converted to str.
lib/scripts/lyxpreview_tools.py