summaryrefslogtreecommitdiff
path: root/ham/xlog/patches/patch-aa
blob: a94c36aa28250fb4fcb3b2f0955db050c57ee393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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,