diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-04-24 14:48:05 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-04-24 14:48:05 +0000 |
commit | d30febe744b164077402ad45d34a606142c9f3cb (patch) | |
tree | 2061dda24f9eccd767b5088c0570c71dfa90d7f7 /dev-db/sqlite/files | |
parent | cleaning (diff) | |
download | gentoo-2-d30febe744b164077402ad45d34a606142c9f3cb.tar.gz gentoo-2-d30febe744b164077402ad45d34a606142c9f3cb.tar.bz2 gentoo-2-d30febe744b164077402ad45d34a606142c9f3cb.zip |
fix patch
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-db/sqlite/files')
-rw-r--r-- | dev-db/sqlite/files/sqlite-3.2.1-data-corruption.patch | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.2.1-data-corruption.patch b/dev-db/sqlite/files/sqlite-3.2.1-data-corruption.patch index 36a6e9993411..1bfd859c9421 100644 --- a/dev-db/sqlite/files/sqlite-3.2.1-data-corruption.patch +++ b/dev-db/sqlite/files/sqlite-3.2.1-data-corruption.patch @@ -12,16 +12,7 @@ diff -uNr sqlite-3.2.1/src/vdbeaux.c sqlite-3.2.1-data-fix/src/vdbeaux.c if( u<=127 ) return 1; diff -uNr sqlite-3.2.1/test/misc5.test sqlite-3.2.1-data-fix/test/misc5.test --- sqlite-3.2.1/test/misc5.test 2005-03-17 04:15:40.000000000 +0100 -+++ sqlite-3.2.1-data-fix/test/misc5.test 2005-04-24 12:15:06.000000000 +0200 -@@ -13,7 +13,7 @@ - # This file implements tests for miscellanous features that were - # left out of other test files. - # --# $Id: sqlite-3.2.1-data-corruption.patch,v 1.1 2005/04/24 10:27:19 arj Exp $ -+# $Id: sqlite-3.2.1-data-corruption.patch,v 1.1 2005/04/24 10:27:19 arj Exp $ - - set testdir [file dirname $argv0] - source $testdir/tester.tcl ++++ sqlite-3.2.1-data-fix/test/misc5.test 2005-04-24 16:45:07.000000000 +0200 @@ -41,4 +41,399 @@ } {} } |