mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-20 21:13:25 +08:00
commit
cb5b70927a
@ -1632,8 +1632,6 @@ void EditChar2Hex(HWND hwnd) {
|
||||
}
|
||||
|
||||
//TODO: iterate over complete selection?
|
||||
if ((iSelEnd - iSelStart) != 1) { return; }
|
||||
|
||||
|
||||
char ch[32] = { '\0' };
|
||||
WCHAR wch[32] = { L'\0' };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user