From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 4e2160a5 for ; Thu, 20 Oct 2016 12:40:42 -0500 (EST) Date: Thu, 20 Oct 2016 12:40:42 -0500 (EST) Message-Id: <4529074009967459705.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: merge rev. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- merge rev. 1.233: 0x%llu is a bad idea, make that 0x%llx Tags: ---- VERSION_1_13 Modified Files: -------------- mdocml: mandocdb.c Revision Data ------------- Index: mandocdb.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/mandocdb.c,v retrieving revision 1.220.2.1 retrieving revision 1.220.2.2 diff -Lmandocdb.c -Lmandocdb.c -u -p -r1.220.2.1 -r1.220.2.2 --- mandocdb.c +++ mandocdb.c @@ -1819,7 +1819,7 @@ putkeys(const struct mpage *mpage, char name_mask &= ~NAME_FIRST; if (debug > 1) say(mpage->mlinks->file, - "Adding name %*s, bits=0x%llu", (int)sz, cp, v); + "Adding name %*s, bits=0x%llx", (int)sz, cp, v); } else { htab = &strings; if (debug > 1) -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv