Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2019 15:31:32 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500212 - head/comms/fllog/files
Message-ID:  <201904271531.x3RFVWMc018199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Apr 27 15:31:32 2019
New Revision: 500212
URL: https://svnweb.freebsd.org/changeset/ports/500212

Log:
  comms/fllog: fix build
  
  PR:		237548
  Approved by:	tcberner (mentor), db (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D20052

Added:
  head/comms/fllog/files/patch-src_logbook_textio.cxx   (contents, props changed)

Added: head/comms/fllog/files/patch-src_logbook_textio.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/fllog/files/patch-src_logbook_textio.cxx	Sat Apr 27 15:31:32 2019	(r500212)
@@ -0,0 +1,11 @@
+--- src/logbook/textio.cxx.orig	2019-04-25 08:17:16 UTC
++++ src/logbook/textio.cxx
+@@ -74,7 +74,7 @@ void cTextFile::writeCSVHeader(FILE *txtFile)
+ 	if (btnSelectBand->value())      fprintf (txtFile, "%s", ",\"BAND\"");
+ 	if (btnSelectFreq->value())      fprintf (txtFile, "%s", ",\"FREQ\"");
+ 	if (btnSelectMode->value())      fprintf (txtFile, "%s", ",\"MODE\"");
+-	if (btnSelectMode->value())      fprintf (txtFile, "%s", ",\SUB_MODE\"");
++	if (btnSelectMode->value())      fprintf (txtFile, "%s", ",\"SUB_MODE\"");
+ 	if (btnSelectTX_pwr->value())    fprintf (txtFile, "%s", ",\"TX_PWR\"");
+ 	if (btnSelectRSTsent->value())   fprintf (txtFile, "%s", ",\"RSTSENT\"");
+ 	if (btnSelectRSTrcvd->value())   fprintf (txtFile, "%s", ",\"RSTRCVD\"");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904271531.x3RFVWMc018199>