Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-01-21 20:30:20 +0300
committerAnna Henningsen <anna@addaleax.net>2020-01-24 00:38:58 +0300
commit9cc747bfcea131797fbf0fcc805f1d7fa244b7da (patch)
tree2b9a0df517ed3da88b9ddeca6fda35851d43c913 /src/node_platform.cc
parentf6c6236d956be763ffe8eb1420e19eaab2962e8d (diff)
src: add C++-style sprintf utility
Add an utility that handles C++-style strings and objects well. PR-URL: https://github.com/nodejs/node/pull/31446 Fixes: https://github.com/nodejs/node/issues/28761 Fixes: https://github.com/nodejs/node/issues/31218 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'src/node_platform.cc')
-rw-r--r--src/node_platform.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_platform.cc b/src/node_platform.cc
index 4be929c7ee3..b30f907a02d 100644
--- a/src/node_platform.cc
+++ b/src/node_platform.cc
@@ -2,7 +2,7 @@
#include "node_internals.h"
#include "env-inl.h"
-#include "debug_utils.h"
+#include "debug_utils-inl.h"
#include <algorithm> // find_if(), find(), move()
#include <cmath> // llround()
#include <memory> // unique_ptr(), shared_ptr(), make_shared()