From 9127b31f66c7829af355e2216063d8742b799d9f Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 12 Nov 2002 13:18:07 +0000 Subject: [PATCH] #if 0 -> #if 1 so that natbib citations actually work. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5615 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 5 +++++ src/support/lstrings.C | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 7824345f98..5407d3ef45 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,8 @@ +2002-11-12 Angus Leeming + + * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises + a solution that he likes and which actually works. + 2002-11-04 Lars Gullik Bjønnes * lstrings.h (tostr): STRCONV diff --git a/src/support/lstrings.C b/src/support/lstrings.C index 89ef75f0a7..b3d87cedaa 100644 --- a/src/support/lstrings.C +++ b/src/support/lstrings.C @@ -616,7 +616,10 @@ string const escape(string const & lab) vector 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 vec; if (str.empty()) return vec; -- 2.39.2