commit: b34015fd5c53617fe64e9127c3efabb4ab3825d6
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 13:39:20 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 13:41:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34015fd
sci-calculators/tiemu: fix newlines in patch
The newlines of the patch where \r\n when the change was propopsed in
0a88fd80 but later disappeared when this was applied in
7bb99f18c1bc ("sci-calculators/tiemu: Fix call to undeclared function
romcalls_is_addr").
Closes: https://bugs.gentoo.org/916572
Fixes: 7bb99f18c1bc ("sci-calculators/tiemu: Fix call to undeclared function
romcalls_is_addr")
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../tiemu/files/tiemu-3.03-clang16-build-fix.patch | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch
b/sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch
index 10d57c7f9ee9..bb3803269320 100644
--- a/sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch
+++ b/sci-calculators/tiemu/files/tiemu-3.03-clang16-build-fix.patch
@@ -13,11 +13,11 @@ Bug: https://bugs.gentoo.org/886067
--- a/src/gui/logger/log_link.c
+++ b/src/gui/logger/log_link.c
@@ -36,7 +36,7 @@
- #include "filesel.h"
-
- static GtkTextBuffer *txtbuf;
--static logger_enabled = 0;
-+static int logger_enabled = 0;
-
- static void udpate_widgets(GtkWidget *button, GtkWidget *spin)
- {
+ #include "filesel.h"
+
+ static GtkTextBuffer *txtbuf;
+-static logger_enabled = 0;
++static int logger_enabled = 0;
+
+ static void udpate_widgets(GtkWidget *button, GtkWidget *spin)
+ {