From 1311938cc52369b8631c29f83a9ecdf4a5f12f19 Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 23 Nov 2001 11:26:50 +0000 Subject: Last modifications... --- lib/Handle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Handle.cc') 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; } -- cgit v1.2.3