ami pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f983bfc2772f19b2784d2d8391438ba64b6fc264
commit f983bfc2772f19b2784d2d8391438ba64b6fc264 Author: Amitesh Singh <[email protected]> Date: Tue Oct 24 22:48:01 2017 +0900 examples: eina strbuf - fix the example --- src/examples/eina/eina_strbuf_02.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/examples/eina/eina_strbuf_02.c b/src/examples/eina/eina_strbuf_02.c index 9282b69ed5..0e94f5f169 100644 --- a/src/examples/eina/eina_strbuf_02.c +++ b/src/examples/eina/eina_strbuf_02.c @@ -20,7 +20,6 @@ int main(int argc EINA_UNUSED, char **argv EINA_UNUSED) printf("current time: %s\n", eina_strbuf_string_get(buf)); eina_strbuf_reset(buf); - buf = eina_strbuf_new(); eina_strbuf_append(buf, "Hours: Minutes"); //insert hour at ^Hours: Minutes where ^ is the position eina_strbuf_prepend_strftime(buf, "%I ", info); --
