summaryrefslogtreecommitdiffstats
path: root/xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch')
-rw-r--r--xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch b/xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch
deleted file mode 100644
index 27823a1..0000000
--- a/xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur xbmc-10.1-Dharma/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp xbmc-10.1-Dharma.patch/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp
---- xbmc-10.1-Dharma/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp 2011-03-08 02:49:14.000000000 +0100
-+++ xbmc-10.1-Dharma.patch/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp 2011-08-21 17:13:13.382281536 +0200
-@@ -74,7 +74,7 @@
- if (!PyArg_ParseTupleAndKeywords(
- args,
- kwds,
-- (char*)"iOO|bl",
-+ (char*)"iOO|bi",
- (char**)keywords,
- &handle,
- &pURL,