openbsd-ports/news/pan/patches/patch-pan_tasks_task-xover_cc
2018-04-12 18:10:27 +00:00

17 lines
653 B
Plaintext

$OpenBSD: patch-pan_tasks_task-xover_cc,v 1.1 2018/04/12 18:10:27 jasper Exp $
https://svnweb.freebsd.org/ports/head/news/pan/files/patch-c%2B%2B11?revision=458276&view=markup
Index: pan/tasks/task-xover.cc
--- pan/tasks/task-xover.cc.orig
+++ pan/tasks/task-xover.cc
@@ -391,7 +391,7 @@ TaskXOver::on_nntp_line_process(NNTP * nntp, const Str
// if news server doesn't provide an xref, fake one
char * buf(0);
if (xref.empty())
- xref = buf = g_strdup_printf("%s %s:%"G_GUINT64_FORMAT,
+ xref = buf = g_strdup_printf("%s %s:%" G_GUINT64_FORMAT,
nntp->_server.c_str(), nntp->_group.c_str(), number);
uint64_t& h(_high[nntp->_server]);