Skip to content

Commit

Permalink
Fixed ADC parsing bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
dolda2000 committed Nov 19, 2011
1 parent 4e564b5 commit 0a19599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daemon/fnet-dc.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,8 @@ static char **parseadc(char *args)
state = 3;
else if(*args != ' ')
state = 1;
else
args++;
break;
case 1:
if((*args == ' ') || (*args == 0))
Expand Down

0 comments on commit 0a19599

Please sign in to comment.