diff options
| author | kj_sh604 | 2026-05-05 21:35:45 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-05 21:35:45 -0400 |
| commit | d6dec14d551824ec93347abf5c9d67c4777718ff (patch) | |
| tree | 7e34ba2cb66ceb7d207a7f11cf7633234e9939f6 /agave/agave-0.4.7-mdv-fix-str-fmt.patch | |
| parent | 07adb0c96f0904aad9d488287c8c21e18f5d3343 (diff) | |
refactor: remove redundant PKGBUILDs
Diffstat (limited to 'agave/agave-0.4.7-mdv-fix-str-fmt.patch')
| -rw-r--r-- | agave/agave-0.4.7-mdv-fix-str-fmt.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/agave/agave-0.4.7-mdv-fix-str-fmt.patch b/agave/agave-0.4.7-mdv-fix-str-fmt.patch deleted file mode 100644 index 7487a0c..0000000 --- a/agave/agave-0.4.7-mdv-fix-str-fmt.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -p -up agave-0.4.7/src/dialogs/gcs-about-window.cc.strfmt agave-0.4.7/src/dialogs/gcs-about-window.cc ---- agave-0.4.7/src/dialogs/gcs-about-window.cc.strfmt 2009-11-25 15:00:03.000000000 +0100 -+++ agave-0.4.7/src/dialogs/gcs-about-window.cc 2009-11-25 15:31:43.000000000 +0100 -@@ -105,7 +105,7 @@ namespace gcs - catch (const Glib::Error& e) - { - Glib::ustring message = "Couldn't load Agave logo image from theme. " + e.what(); -- g_warning(message.c_str()); -+ g_warning("%s", message.c_str()); - } - } - } |
