aboutsummaryrefslogtreecommitdiffstats
path: root/community/openv2g/0002-Violate-the-spec-less-by-downgrading-to-ASCII-for-UT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/openv2g/0002-Violate-the-spec-less-by-downgrading-to-ASCII-for-UT.patch')
-rw-r--r--community/openv2g/0002-Violate-the-spec-less-by-downgrading-to-ASCII-for-UT.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/openv2g/0002-Violate-the-spec-less-by-downgrading-to-ASCII-for-UT.patch b/community/openv2g/0002-Violate-the-spec-less-by-downgrading-to-ASCII-for-UT.patch
new file mode 100644
index 00000000000..a3bb566f776
--- /dev/null
+++ b/community/openv2g/0002-Violate-the-spec-less-by-downgrading-to-ASCII-for-UT.patch
@@ -0,0 +1,13 @@
+diff --git a/src/codec/EXIConfig.h b/Release/src/codec/EXIConfig.h
+index edbb2dc..24669f6 100755
+--- a/src/codec/EXIConfig.h
++++ b/src/codec/EXIConfig.h
+@@ -79,7 +79,7 @@ extern "C" {
+ *
+ * ASCII or UCS
+ * */
+-#define STRING_REPRESENTATION STRING_REPRESENTATION_UCS
++#define STRING_REPRESENTATION STRING_REPRESENTATION_ASCII
+
+
+ /* in the case of ASCII an extra char (null terminator) for printf and other functions is useful */