diff options
Diffstat (limited to 'ham/xlog/patches/patch-aa')
-rw-r--r-- | ham/xlog/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ham/xlog/patches/patch-aa b/ham/xlog/patches/patch-aa deleted file mode 100644 index a94c36aa282..00000000000 --- a/ham/xlog/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/07/03 00:45:22 wulf Exp $ - ---- src/callbacks_qsoframe.c.orig 2003-07-03 05:39:02.000000000 +0930 -+++ src/callbacks_qsoframe.c 2003-07-03 05:39:48.000000000 +0930 -@@ -308,7 +308,7 @@ - g_string_sprintf (digits, "%Ld", state.rigfrequency); - else - g_string_sprintf (digits, "%Ld", -- (long long) rintl (state.rigfrequency / -+ (long long) rint (state.rigfrequency / - pow (10, - preferences.round))); - g_string_insert_c (digits, (digits->len) - 6 + preferences.round, |