summarylogtreecommitdiffstats
path: root/02-remove-strange-output.patch
diff options
context:
space:
mode:
authorMaksim Fomin2019-09-07 20:31:19 +0000
committerMaksim Fomin2019-09-07 20:31:19 +0000
commitc385f31e877adb42ef1754fa04113df07b11f545 (patch)
treed1110667aafff178d08fe0631bf1d161d248c3a9 /02-remove-strange-output.patch
parented139fbfbc36275f2b2c7d8c81fe30c6d939cb15 (diff)
downloadaur-c385f31e877adb42ef1754fa04113df07b11f545.tar.gz
Add patch to remove strange console output
Diffstat (limited to '02-remove-strange-output.patch')
-rw-r--r--02-remove-strange-output.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/02-remove-strange-output.patch b/02-remove-strange-output.patch
new file mode 100644
index 000000000000..d9a20103c6bd
--- /dev/null
+++ b/02-remove-strange-output.patch
@@ -0,0 +1,14 @@
+diff --git a/src/HexEditor.cpp b/src/HexEditor.cpp
+index 8a69ba7..ca15563 100644
+--- a/src/HexEditor.cpp
++++ b/src/HexEditor.cpp
+@@ -42,9 +42,6 @@ HexEditor::HexEditor( wxWindow* parent,
+ tagpanel(tagpanel_),
+ dasmpanel(dasmpanel_) {
+ ComparatorHexEditor=NULL;
+- // Here, code praying to the GOD for protecting our open file from wxHexEditor's bugs and other things.
+- // This is really crucial step! Be adviced to not remove it, even if you don't believer.
+- printf("Rahman ve Rahim olan Allah'ın adıyla.\n");
+ myfile = NULL;
+ #ifndef DO_NOT_USE_THREAD_FOR_SCROLL
+ myscrollthread = NULL;