diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-12 00:35:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-12 00:35:20 +0100 |
| commit | 7b4ecc3c15270bd4018c3d44f4107b4d707a841b (patch) | |
| tree | 2cde47b4f382d0763c70ae4e9e29940b04f51742 | |
| parent | df3b86a07de00a1a48845bc82e2d96aa0fc531dc (diff) | |
Thinko.
| -rw-r--r-- | src/cxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ public: u.imbue (std::locale::classic ()); u << t; T n; - t >> n; + u >> n; return n; } |
