Commit b08b5692 authored by Christophe Mutricy's avatar Christophe Mutricy

remove unused patch

parent c234419b
Index: libass/ass_render.c
===================================================================
--- libass/ass_render.c (revision 15)
+++ libass/ass_render.c (working copy)
@@ -1071,7 +1071,7 @@
p += 2;
*str = p;
return '\n';
- } else if (*(p+1) == 'n') {
+ } else if ((*(p+1) == 'n') || (*(p+1) == 'h')) {
p += 2;
*str = p;
return ' ';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment