From a9fa377c5e5c3db985b3aede41854e11c2986a81 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 6 Nov 2011 05:19:37 +0100 Subject: Removed FIXME which was in the wrong place diff --git a/src/value.cc b/src/value.cc index 44a4b88..6685594 100644 --- a/src/value.cc +++ b/src/value.cc @@ -341,7 +341,6 @@ std::string Value::toString() const switch (this->type) { case STRING: - // FIXME: Escape special characters when outputting stream << '"' << this->text << '"'; break; case VECTOR: -- cgit v0.10.1