diff options
Diffstat (limited to 'data/jocstrap/repair.diff')
-rw-r--r-- | data/jocstrap/repair.diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/jocstrap/repair.diff b/data/jocstrap/repair.diff new file mode 100644 index 000000000..38ba4f389 --- /dev/null +++ b/data/jocstrap/repair.diff @@ -0,0 +1,17 @@ +diff -ru jocstrap-1.0.2474/jocstrap/joc-repair.sql jocstrap-1.0.2474+iPhone/jocstrap/joc-repair.sql +--- jocstrap-1.0.2474/jocstrap/joc-repair.sql 2008-07-14 02:07:50.000000000 +0000 ++++ jocstrap-1.0.2474+iPhone/jocstrap/joc-repair.sql 2008-08-06 22:18:57.000000000 +0000 +@@ -40,12 +40,9 @@ + + /* these methods cause a load of trouble that I have no clue about :( */ + delete from "method" where "name" in ( +- 'load', +- 'new', + 'peerTrust', +- 'position', + 'resignFirstResponder', +- 'version' ++ 'position' + ); + + /* this field mentions a class that I don't have a definition for */ |