summaryrefslogtreecommitdiffstats
path: root/math/gcalctool/files
diff options
context:
space:
mode:
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;