cjdns: refresh patches only

Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
William Fleurant 2022-06-18 17:59:35 +02:00
parent ae3e0e8272
commit e39d6ea31c
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
--- a/node_build/builder.js --- a/node_build/builder.js
+++ b/node_build/builder.js +++ b/node_build/builder.js
@@ -277,8 +277,8 @@ const execJs = function (js, ctx, file, fileName, callback, thisObj) { @@ -277,8 +277,8 @@ const execJs = function (js, ctx, file,
js = '"use strict";' + qs.join("'"); js = '"use strict";' + qs.join("'");
const to = setTimeout(function () { const to = setTimeout(function () {

View file

@ -7,5 +7,5 @@
- fprintf(stderr, "%s:%ld [%lu] bytes at [0x%lx]\n", - fprintf(stderr, "%s:%ld [%lu] bytes at [0x%lx]\n",
+ fprintf(stderr, "%s:%tu [%tu] bytes at [0x%lx]\n", + fprintf(stderr, "%s:%tu [%tu] bytes at [0x%lx]\n",
allocation->fileName, allocation->fileName,
allocation->lineNum, (unsigned long)allocation->lineNum,
allocation->pub.size, (unsigned long)allocation->pub.size,