update src
This commit is contained in:
parent
42ddba9d6a
commit
c607a6ab3a
@ -238,7 +238,7 @@ int main(int argc, char**argv)
|
||||
}
|
||||
|
||||
/* old statement Dec 1999 */
|
||||
/* if (!strncmp(inbuff," ",4)){ /* If 1st 4 chars are spaces */
|
||||
/* if (!strncmp(inbuff," ",4)){ // If 1st 4 chars are spaces */
|
||||
/* New statement Dec 1999 changed by wmd required by year 2000 models */
|
||||
if (!strncmp(inbuff," ",3)) /* If 1st 3 chars are spaces */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user