summaryrefslogtreecommitdiffstats
path: root/math/gcalctool/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-06 22:22:59 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-06 22:22:59 +0800
commit34a518d142735ed67d56ffa5bcf894a5b82d165e (patch)
tree5c46d014bcb297d357ae07091ad28cd4ca8100d2 /math/gcalctool/files
parentcdcd6cfc0321274d8c62596c2ed94a92c705d6f2 (diff)
downloadmarcuscom-ports-34a518d142735ed67d56ffa5bcf894a5b82d165e.tar.gz
marcuscom-ports-34a518d142735ed67d56ffa5bcf894a5b82d165e.tar.zst
marcuscom-ports-34a518d142735ed67d56ffa5bcf894a5b82d165e.zip
Update to 5.27.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12256 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool/files')
-rw-r--r--math/gcalctool/files/patch-gcalctool_calctool.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gcalctool/files/patch-gcalctool_calctool.c b/math/gcalctool/files/patch-gcalctool_calctool.c
new file mode 100644
index 000000000..31bcb0df4
--- /dev/null
+++ b/math/gcalctool/files/patch-gcalctool_calctool.c
@@ -0,0 +1,11 @@
+--- gcalctool/calctool.c.orig 2009-05-04 02:10:30.000000000 +0200
++++ gcalctool/calctool.c 2009-05-06 16:14:25.000000000 +0200
+@@ -115,7 +115,7 @@ matherr(struct exception *exc)
+
+ /* Translators: Error displayed to user when the math library reports an
+ * error */
+- snprintf(text, MAXLINE, _("Error in math library function %s"), exc->name);
++ snprintf(text, MAXLINE, _("Error in math library function %s"));
+ doerr(text);
+
+ return 1;