summaryrefslogtreecommitdiff
path: root/ham/xlog/patches/patch-ab
blob: 323aff4f9f186b6e80fcf118a313811f31f23d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2003/07/03 00:45:23 wulf Exp $

--- src/hamlib-utils.c.orig	2003-07-03 05:39:11.000000000 +0930
+++ src/hamlib-utils.c	2003-07-03 05:39:23.000000000 +0930
@@ -221,7 +221,7 @@
 		g_string_sprintf (digits, "%Ld", freq);
 	      else
 		g_string_sprintf (digits, "%Ld",
-				  (long long) rintl (freq /
+				  (long long) rint (freq /
 						     pow (10,
 							  preferences.
 							  round)));