[Dsctl-devel] SF.net SVN: dsctl: [130] src/human_commands.c
Status: Alpha
Brought to you by:
roger-linux
From: <rog...@us...> - 2007-07-21 17:30:45
|
Revision: 130 http://dsctl.svn.sourceforge.net/dsctl/?rev=130&view=rev Author: roger-linux Date: 2007-07-21 10:30:42 -0700 (Sat, 21 Jul 2007) Log Message: ----------- Fixed osd status with adding another clear line. Signed-off-by: Roger <ro...@es...> Acked-by: Roger <ro...@es...> Modified Paths: -------------- src/human_commands.c Modified: src/human_commands.c =================================================================== --- src/human_commands.c 2007-07-21 06:12:17 UTC (rev 129) +++ src/human_commands.c 2007-07-21 17:30:42 UTC (rev 130) @@ -222,6 +222,7 @@ printf("osd value == %i\n", osd); fputs(osd_clear_line, stdout); + fputs(osd_clear_line, stdout); get_current_status(fd); printf("\n"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |