Enlightenment CVS committal Author : englebass Project : e17 Module : libs/engrave
Dir : e17/libs/engrave/src/lib Modified Files: engrave_out.c Log Message: State always has a value. =================================================================== RCS file: /cvs/e/e17/libs/engrave/src/lib/engrave_out.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -3 -r1.39 -r1.40 --- engrave_out.c 8 Jul 2007 07:26:40 -0000 1.39 +++ engrave_out.c 24 Jul 2007 16:43:54 -0000 1.40 @@ -362,7 +362,7 @@ double duration; engrave_out_data(out, "action", "%s \"%s\" %.2f", - _action_string[action], state ? state : "", value); + _action_string[action], state, value); engrave_program_transition_get(program, &transition, &duration); engrave_out_data(out, "transition", "%s %.2f", ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs