diff options
| author | kj-sh604 | 2024-06-30 07:11:56 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-06-30 07:11:56 -0400 |
| commit | 3f8de7f4acaa7bee812517542a09cff2f7fb3df2 (patch) | |
| tree | 43baf204c8ada4f67ff25ecc969763d565b9114c /agave/agave-0.4.7-mdv-fix-str-fmt.patch | |
| parent | 57ed96b7ea72d1f033a7f1f9b60953e36f7381b0 (diff) | |
kj-gitbot: agave/
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, 12 insertions, 0 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 new file mode 100644 index 0000000..7487a0c --- /dev/null +++ b/agave/agave-0.4.7-mdv-fix-str-fmt.patch @@ -0,0 +1,12 @@ +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()); + } + } + } |
