PKGBUILDs/wxhexeditor/default/02-remove-strange-output.patch

15 lines
596 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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;