openbsd-ports/news/pan/patches/patch-pan_gui_gui_cc

16 lines
458 B
Plaintext
Raw Normal View History

$OpenBSD: patch-pan_gui_gui_cc,v 1.3 2011/08/30 06:48:49 ajacoutot Exp $
Fix compiling on 64-bit.
--- pan/gui/gui.cc.orig Mon Aug 29 12:05:11 2011
+++ pan/gui/gui.cc Mon Aug 29 12:05:37 2011
@@ -1791,7 +1791,7 @@ GUI :: set_queue_size_label (unsigned int running,
// build the tooltip
gulong queued, unused, stopped;
- guint64 KiB_remain;
+ uint64_t KiB_remain;
double KiBps;
int hr, min, sec;
_queue.get_stats (queued, unused, stopped,