From 870eb6e41627986de37a3aac3784400f4c408790 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Thu, 31 Jul 2014 21:56:53 -0700 Subject: [PATCH] fix UTF-8 change reversion patch for v0.10.30 --- nodejs-revert-utf8-node.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-revert-utf8-node.patch b/nodejs-revert-utf8-node.patch index be1e972..f8c8f37 100644 --- a/nodejs-revert-utf8-node.patch +++ b/nodejs-revert-utf8-node.patch @@ -767,7 +767,7 @@ index 0dbf7f4..0000000 - return str_; - }; - -- size_t length() { +- size_t length() const { - return length_; - }; -