diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3270,7 +3270,7 @@ static int Go_routeclose_78(gchar** response, int channel, char *parameter,char static int Parse_chan_list(int channel,char *parameter,int *primary_selected, int *secondary_selected,gchar** response) { - // FIXME with g_str functions + // FIXME - update with g_str functions int i; int n; int m; @@ -3570,7 +3570,7 @@ static int Go_amp_pnt_83(gchar** response, int channel, char *parameter,char *un int Handle_Curr_Slew_Unit(float *new_val,char *units); int Handle_Curr_Slew_Unit(float *new_val,char *units) { - // FIXME with g_str functions + // FIXME - update with g_str functions char *slash; float tmp1, tmp2; @@ -3688,7 +3688,7 @@ static int Go_puls_sep_89(gchar** response, int channel, char *parameter,char *u static int Go_sys_pwd_92(gchar** response, int channel, char *parameter,int command_type) { - // FIXME /etc/shadow ! + // FIXME - needs /etc/shadow return SyntaxError; } |