[Dsctl-devel] SF.net SVN: dsctl: [126] src/human_commands.c
Status: Alpha
Brought to you by:
roger-linux
|
From: <rog...@us...> - 2007-07-18 10:58:16
|
Revision: 126
http://dsctl.svn.sourceforge.net/dsctl/?rev=126&view=rev
Author: roger-linux
Date: 2007-07-18 03:58:14 -0700 (Wed, 18 Jul 2007)
Log Message:
-----------
Make reminders of two bugs non-critical bugs. (Trivial)
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-18 06:29:26 UTC (rev 125)
+++ src/human_commands.c 2007-07-18 10:58:14 UTC (rev 126)
@@ -49,6 +49,8 @@
return;
} */
+ /* FIXME: Why is args[0] not NULL??? Commenting out everything
+ * for now! */
//if (args[0] == NULL)
dump(fd, stdout);
/*else
@@ -176,6 +178,7 @@
***********************************************************************/
void human_do_status(int fd, int argc, char **args)
{
+ /* FIXME: Display gets corrupt if stuck in prg_mode! */
while (daemon_mode != 0)
{
if (osd == 0)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|