svn commit: r500212 - head/comms/fllog/files

Piotr Kubaj pkubaj at FreeBSD.org
Sat Apr 27 15:31:33 UTC 2019


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\"");


More information about the svn-ports-all mailing list