blob: 5b628fb6bda6ea900ab208a5f71b3a30228142a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/HexEditorCtrl/wxHexCtrl/main.cpp.orig 2017-12-31 02:15:18 UTC
+++ src/HexEditorCtrl/wxHexCtrl/main.cpp
@@ -60,7 +60,7 @@ MyFrame::MyFrame(wxFrame *frame, const wxString& title
#endif // wxUSE_STATUSBAR
wxString ch;
- for(int j=0 ; j < 90 ; j++ ){
+ for(char j=0 ; j < 90 ; j++ ){
ch.Append(j);
hex_ctrl->SetBinValue( ch.char_str(),90,true );
}
|