[srvx-commits] CVS: services/src proto-p10.c,1.60,1.61
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2003-01-31 22:34:57
|
Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv26060/src
Modified Files:
proto-p10.c
Log Message:
Skip mode parameters in the burst parser; this might fix some parse
errors we've seen.
Index: proto-p10.c
===================================================================
RCS file: /cvsroot/srvx/services/src/proto-p10.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -r1.60 -r1.61
*** proto-p10.c 24 Jan 2003 22:56:03 -0000 1.60
--- proto-p10.c 31 Jan 2003 22:34:49 -0000 1.61
***************
*** 991,995 ****
}
unsplit_string(argv+next, n_modes, modes);
! next++;
break;
}
--- 991,995 ----
}
unsplit_string(argv+next, n_modes, modes);
! next += n_modes;
break;
}
|