summaryrefslogtreecommitdiff
path: root/lib/Handle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r--lib/Handle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc
index 6f7c6e5..30ad7ef 100644
--- a/lib/Handle.cc
+++ b/lib/Handle.cc
@@ -120,7 +120,7 @@ Handle & operator>>(Handle & h, String & s) {
}
t[i] = '\0';
- s.set("%s", t);
+ s = t;
return h;
}