Elm util: Fixed a bug in _elm_util_mkup_to_text.
[framework/uifw/elementary.git] / src / lib / elm_util.c
index 622aee4..7264041 100644 (file)
@@ -151,7 +151,7 @@ _elm_util_mkup_to_text(const char *mkup)
           {
              if (esc_start)
                {
-                  esc_end = p;
+                  esc_end = p + 1;
                   s = p + 1;
                }
           }