From: Mikko Rasa Date: Thu, 27 Sep 2012 22:15:32 +0000 (+0300) Subject: Recognize char pointers as strings X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=bdd957e58dc6fdaa3cac1202daf0d16d41491278;hp=bdd957e58dc6fdaa3cac1202daf0d16d41491278;p=libs%2Fdatafile.git Recognize char pointers as strings statement.append("literal") was creating a symbol value, which was not following the principle of least surprise. ---