Merge pull request #329 from RaiKoHoff/Bugfixes_0130

Bugfixes 0130
This commit is contained in:
Derick Payne 2018-01-30 10:24:17 +02:00 committed by GitHub
commit cb5b70927a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' };