Thinko.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 May 2014 23:35:20 +0000 (00:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 May 2014 23:35:20 +0000 (00:35 +0100)
src/cxml.h

index eea15f5eb3f3cf4872c6e6d507c9fe048109195a..4ae82dcda9eba91a187fc69f66e36680cd99479d 100644 (file)
@@ -178,7 +178,7 @@ public:
                u.imbue (std::locale::classic ());
                u << t;
                T n;
-               t >> n;
+               u >> n;
                return n;
        }