FreeBSD Bugzilla – Attachment 203999 Details for
Bug 237548
comms/fllog: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
fllog.patch (text/plain), 1.31 KB, created by
Piotr Kubaj
on 2019-04-25 08:24:53 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-04-25 08:24:53 UTC
Size:
1.31 KB
patch
obsolete
>Index: files/patch-src_logbook_textio.cxx >=================================================================== >--- files/patch-src_logbook_textio.cxx (nonexistent) >+++ files/patch-src_logbook_textio.cxx (working copy) >@@ -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\""); > >Property changes on: files/patch-src_logbook_textio.cxx >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pkubaj
:
maintainer-approval?
(
hamradio
)
Actions:
View
|
Diff
Attachments on
bug 237548
: 203999