public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/files/
@ 2023-10-31 13:41 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2023-10-31 13:41 UTC (permalink / raw
  To: gentoo-commits

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)
+ {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-31 13:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-31 13:41 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/files/ Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox