Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1491099 Details for
Bug 1636668
Review Request: wxHexEditor - A graphical Hex Editor
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
wxHexEditor-fix-includes.diff
file_1636668.txt (text/plain), 1.00 KB, created by
John F
on 2018-10-06 13:27:50 UTC
(
hide
)
Description:
wxHexEditor-fix-includes.diff
Filename:
MIME Type:
Creator:
John F
Created:
2018-10-06 13:27:50 UTC
Size:
1.00 KB
patch
obsolete
>diff --git a/src/HexDialogs.cpp b/src/HexDialogs.cpp >index 091a6f9..9c22933 100644 >--- a/src/HexDialogs.cpp >+++ b/src/HexDialogs.cpp >@@ -24,7 +24,7 @@ > #define NANINT 0xFFFFFFFFFFFFFFFFLL > #include "HexDialogs.h" > #include <wx/progdlg.h> >-#include "../mhash/include/mhash.h" >+#include <mhash.h> > > #ifdef __SSE2__ > #include <emmintrin.h> >diff --git a/src/HexEditor.h b/src/HexEditor.h >index abcd283..0339c38 100644 >--- a/src/HexEditor.h >+++ b/src/HexEditor.h >@@ -25,7 +25,7 @@ > #ifndef _wxHexEditor_h_ > #define _wxHexEditor_h_ > >-#include "../mhash/include/mhash.h" >+#include <mhash.h> > > #include <wx/ffile.h> > #include <wx/clipbrd.h> >diff --git a/src/HexPanels.h b/src/HexPanels.h >index de928b9..b3dccfd 100644 >--- a/src/HexPanels.h >+++ b/src/HexPanels.h >@@ -27,7 +27,7 @@ > #include "HexEditorFrame.h" > #include "HexEditorCtrl/HexEditorCtrl.h" > #include "HexEditorCtrl/wxHexCtrl/wxHexCtrl.h" >-#include "../udis86/udis86.h" >+#include <udis86.h> > > #ifdef WX_GCH > #include <wx_pch.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1636668
:
1491096
|
1491097
|
1491098
| 1491099 |
1491100
|
1491103
|
1493390