diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
tree | 49936ec28d8b2a4256959f13245d757df97e04bd /print/lyx-devel/files/patch-src-support-tests-convert.C | |
parent | Upgrade to version 2.4.0. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Diffstat (limited to 'print/lyx-devel/files/patch-src-support-tests-convert.C')
-rw-r--r-- | print/lyx-devel/files/patch-src-support-tests-convert.C | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/lyx-devel/files/patch-src-support-tests-convert.C b/print/lyx-devel/files/patch-src-support-tests-convert.C deleted file mode 100644 index ca9a46941ba8..000000000000 --- a/print/lyx-devel/files/patch-src-support-tests-convert.C +++ /dev/null @@ -1,12 +0,0 @@ ---- src/support/tests/convert.C.orig 2005-01-28 00:05:44.000000000 +0300 -+++ src/support/tests/convert.C 2009-03-25 06:33:54.000000000 +0300 -@@ -74,8 +74,7 @@ - << convert<string>(false) << '\n' - - << convert<string>('a') << '\n' -- << convert<string>(1.0) << '\n' -- << convert<string>(1.1) << endl; -+ << convert<string>(1.0) << endl; - } - - int main() |