$OpenBSD: patch-panelfront_display_cc,v 1.3 2018/04/12 17:55:08 jasper Exp $

Index: panelfront_display.cc
--- panelfront_display.cc.orig
+++ panelfront_display.cc
@@ -1712,7 +1712,7 @@ int PanelFront::DetailsPrinter(void *in_window) {
 
 	// Added by Sven-Ola, may need le64_to_cpu()? Also added the bss_tsf
 	// to the kismet tcp protocol used between client and server
-	snprintf(output, print_width, "BSS Time: %"PRIx64"", dnet->bss_timestamp);
+	snprintf(output, print_width, "BSS Time: %" PRIx64 "", dnet->bss_timestamp);
         kwin->text.push_back(output);
 
         if (dnet->maxseenrate != 0) {
