summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Siwek2008-10-22 17:55:46 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit03733bca27fb3bd4813e0e1656fcdc51b8b0ff24 (patch)
tree2bd6cbb6d1c6f1264183010d7518953b815f9311
parente692c2c766dc31c0a12fdf171d613df1e32b5b09 (diff)
downloadlibwbxml-03733bca27fb3bd4813e0e1656fcdc51b8b0ff24.zip
libwbxml-03733bca27fb3bd4813e0e1656fcdc51b8b0ff24.tar.gz
- fix for magic-unicode-quotes mess (changeset 48 can't be applied to
revision 47) Changed files: wbxml2-prepare-r48.patch -> 1.1
-rw-r--r--wbxml2-prepare-r48.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/wbxml2-prepare-r48.patch b/wbxml2-prepare-r48.patch
new file mode 100644
index 0000000..1de19f3
--- /dev/null
+++ b/wbxml2-prepare-r48.patch
@@ -0,0 +1,11 @@
+--- src/wbxml_parser.c.bak 2008-10-22 04:22:10.449813297 +0200
++++ src/wbxml_parser.c 2008-10-22 04:27:00.929849265 +0200
+@@ -2720,7 +2720,7 @@
+ * @note Used for:
+ * - DRMREL 1.0
+ * @note [OMA-Download-DRMREL-v1_0-20020913-C.PDF] - 7.1:
+- * "The content of the <KeyValue> element MUST be in binary format using the ‘opaque’ token."
++ * "The content of the <KeyValue> element MUST be in binary format using the ‘opaque’ token."
+ */
+ static WBXMLError decode_drmrel_keyvalue(WBXMLBuffer **data)
+ {