Index: head/net-p2p/c-lightning/files/patch-plugins_keysend.c =================================================================== --- head/net-p2p/c-lightning/files/patch-plugins_keysend.c (nonexistent) +++ head/net-p2p/c-lightning/files/patch-plugins_keysend.c (revision 540394) @@ -0,0 +1,11 @@ +--- plugins/keysend.c.orig 2020-06-25 14:05:27 UTC ++++ plugins/keysend.c +@@ -133,7 +133,7 @@ static struct command_result *htlc_accepted_call(struc + + ki = tal(cmd, struct keysend_in); + memcpy(&ki->payment_preimage, preimage_field->value, 32); +- ki->label = tal_fmt(ki, "keysend-%lu.%09lu", now.ts.tv_sec, now.ts.tv_nsec); ++ ki->label = tal_fmt(ki, "keysend-%lu.%09lu", (unsigned long)now.ts.tv_sec, now.ts.tv_nsec); + ki->payload = tal_steal(ki, payload); + ki->preimage_field = preimage_field; + Property changes on: head/net-p2p/c-lightning/files/patch-plugins_keysend.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property