cjdns: refresh patches only
Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
parent
ae3e0e8272
commit
e39d6ea31c
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
--- a/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("'");
|
||||
|
||||
const to = setTimeout(function () {
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
- fprintf(stderr, "%s:%ld [%lu] bytes at [0x%lx]\n",
|
||||
+ fprintf(stderr, "%s:%tu [%tu] bytes at [0x%lx]\n",
|
||||
allocation->fileName,
|
||||
allocation->lineNum,
|
||||
allocation->pub.size,
|
||||
(unsigned long)allocation->lineNum,
|
||||
(unsigned long)allocation->pub.size,
|
||||
|
|
Loading…
Reference in a new issue