diff options
Diffstat (limited to 'math/gcalctool/files/patch-gcalctool::get.c')
-rw-r--r-- | math/gcalctool/files/patch-gcalctool::get.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/gcalctool/files/patch-gcalctool::get.c b/math/gcalctool/files/patch-gcalctool::get.c deleted file mode 100644 index a3f0ed9ec1fe..000000000000 --- a/math/gcalctool/files/patch-gcalctool::get.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcalctool/get.c.orig Tue Jan 6 19:18:44 2004 -+++ gcalctool/get.c Tue Jan 6 19:19:01 2004 -@@ -234,7 +234,7 @@ - tsep = g_locale_to_utf8(tsep, -1, NULL, NULL, NULL); - } - -- if (tsep == NULL || tsep[0] == '\0') { -+ if (tsep == NULL) { - return(","); - } else { - return(tsep); |