]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.C
another safety belt
[lyx.git] / src / support / lstrings.C
index 89ef75f0a75ce53a427263bc6570047d93404a0a..b3d87cedaa21332d7b497a7c7ee8f77e2eb5502a 100644 (file)
@@ -616,7 +616,10 @@ string const escape(string const & lab)
 vector<string> const getVectorFromString(string const & str,
                                         string const & delim)
 {
-#if 0
+// Lars would like this code to go, but for now his replacement (below)
+// doesn't fullfil the same function. I have, therefore, reactivated the
+// old code for now. Angus 11 Nov 2002.
+#if 1
        vector<string> vec;
        if (str.empty())
                return vec;