summaryrefslogtreecommitdiff
path: root/ham/yaesu/patches/patch-ae
blob: 32f54a23e43be3b33a1d885236af91dc7d5b0893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ae,v 1.2 2006/01/14 11:45:46 wulf Exp $

--- meter_rd.c.orig	2004-07-27 11:57:32.000000000 +0930
+++ meter_rd.c	2006-01-14 23:05:46.000000000 +1030
@@ -33,7 +33,8 @@
     n = n +1;
   } 
   if (meter_value[5] != 0x0f7) {
-     printf("The dummy byte returned to the meter_rd function is incorrect, possible serial port noise?\n");
+     printf("The dummy byte returned to the meter_rd function is incorrect, possible "
+            "serial port noise?\n");
      } else {
      printf("\nCurrent meter value is %x. Range is 0..0ffh.\n", meter_value[3]);
   }