summaryrefslogtreecommitdiff
path: root/ham/yaesu/patches/patch-ae
blob: c90fbb18a10bdaa0ffd2e4038be16fb3eebb288e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.1 2004/07/10 17:08:53 kristerw Exp $

--- meter_rd.c.orig	2004-07-10 19:02:27.000000000 +0200
+++ meter_rd.c	2004-07-10 19:04:31.000000000 +0200
@@ -33,8 +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]);
   }