[PATCH 48/65] cast to unsigned long, thanks sin!

From: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Wed, 29 Oct 2014 22:03:55 +0000

---
 ii.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii.c b/ii.c
index 170ec50..6320123 100644
--- a/ii.c
+++ b/ii.c
_AT_@ -322,7 +322,7 @@ channel_print(Channel *c, const char *buf) {
 
 	if(!(fp = fopen(c->outpath, "a")))
 		return;
-	fprintf(fp, "%lu %s\n", t, buf);
+	fprintf(fp, "%lu %s\n", (unsigned long)t, buf);
 	fclose(fp);
 }
 
-- 
2.4.10
--Multipart=_Mon__9_May_2016_17_21_10_+0200_I.6cpFVydhq75aaE
Content-Type: text/x-diff;
 name="0049-add-quit-command-q.patch"
Content-Disposition: attachment;
 filename="0049-add-quit-command-q.patch"
Content-Transfer-Encoding: 7bit
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Mon May 09 2016 - 17:24:22 CEST