Comparing files LIB2.C and ..\lib2.c
****** LIB2.C

/***************************************************************************
**
**    $Header:   D:/USD3V/LOG/SRC/LIB2.C__   1.2   12 Jun 1996 08:43:40   ZJRD  $
**
**    $Log:   D:/USD3V/LOG/SRC/LIB2.C__  $
** 
**    Rev 1.2   12 Jun 1996 08:43:40   ZJRD
** USD3 Version 2.7
** 
**    Rev 1.1   24 May 1996 09:42:34   ZJRD
** No change.
** 
**    Rev 1.0   11 Dec 1995 13:51:50   ZJRD
** Initial revision.
** 
****************************************************************************/
/*--------------------------------------------------------------------------*/
/*  lib2.c                                                                  */
****** ..\lib2.c
/*--------------------------------------------------------------------------*/
/*  lib2.c                                                                  */
******

****** LIB2.C
                        strcpy(CodeVPRange.buf_start,b1);
        } else if(!cmd[1]) CODBuf[0][0] = NULL;
                else {
****** ..\lib2.c
                        strcpy(CodeVPRange.buf_start,b1);
                } else if(!cmd[1]) CODBuf[0][0] = NULL;
                else {
******

****** LIB2.C
                if(code == 'R') r = NO_PC;
        else if(code =='Z')             //by chris, 6/11/1996, for PM2I6007 bug
            r = TRUE;                   //not care error message
        else r = FALSE;
        } else if (strstr(s,"STEP") != NULL) r = FALSE;
****** ..\lib2.c
                if(code == 'R') r = NO_PC;
                else r = FALSE;
        } else if (strstr(s,"STEP") != NULL) r = FALSE;
******

****** LIB2.C

                send(ESC);
                while(receive_2() != HAND_SHAKE) ;
                sprintf(bbb,"\r%-8lX step!",++i);
****** ..\lib2.c

        pause_delay(1);
                send_ESC();
//              send(ESC);
//              while(receive_2() != HAND_SHAKE) ;
                sprintf(bbb,"\r%-8lX step!",++i);
******


