diff options
Diffstat (limited to 'misc/sword/files/patch-tests::treeidxtest.cpp')
-rw-r--r-- | misc/sword/files/patch-tests::treeidxtest.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/sword/files/patch-tests::treeidxtest.cpp b/misc/sword/files/patch-tests::treeidxtest.cpp deleted file mode 100644 index 59f038b..0000000 --- a/misc/sword/files/patch-tests::treeidxtest.cpp +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN sword-1.5.3.orig/tests/treeidxtest.cpp sword-1.5.3/tests/treeidxtest.cpp ---- tests/treeidxtest.cpp Thu Jan 24 09:55:27 2002 -+++ tests/treeidxtest.cpp Wed Jun 19 14:03:37 2002 -@@ -85,7 +85,7 @@ - } - TreeKeyIdx root = *treeKey; - -- string input; -+ std::string input; - char line[1024]; - - do { |