[*][elm_util] fix bug in _mkup_to_text function
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 6 Sep 2011 07:25:20 +0000 (16:25 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 6 Sep 2011 07:25:20 +0000 (16:25 +0900)
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;
                }
           }