examples: Use printf instead of fprintf(stdout, ...)
authorBryce Harrington <b.harrington@samsung.com>
Mon, 20 Feb 2017 05:33:04 +0000 (14:33 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Feb 2017 01:46:28 +0000 (10:46 +0900)
commit2ea9e7010cb62d01342fa5379be881246ccf1f18
treed8512ce6029c419c3237eb126070e92d47bd7461
parentead885e7d0446720ce5040ec5fba042230930e05
examples: Use printf instead of fprintf(stdout, ...)

Summary:
Also fix warning about lack of a format string:

    warning: format not a string literal and no format arguments [-Wformat-security]
         fprintf(stdout, commands);

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewers: cedric, jpeg

Reviewed By: jpeg

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4673
src/examples/evas/evas-text.c