[Com0com-cvs] hub4com/plugins/awakseq filter.cpp,1.4,1.5
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2008-08-20 09:26:43
|
Update of /cvsroot/com0com/hub4com/plugins/awakseq In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16984 Modified Files: filter.cpp Log Message: Fixed typo Index: filter.cpp =================================================================== RCS file: /cvsroot/com0com/hub4com/plugins/awakseq/filter.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** filter.cpp 14 Apr 2008 07:32:03 -0000 1.4 --- filter.cpp 20 Aug 2008 09:26:40 -0000 1.5 *************** *** 20,23 **** --- 20,26 ---- * * $Log$ + * Revision 1.5 2008/08/20 09:26:40 vfrolov + * Fixed typo + * * Revision 1.4 2008/04/14 07:32:03 vfrolov * Renamed option --use-port-module to --use-driver *************** *** 46,50 **** static ROUTINE_MSG_INSERT_VAL *pMsgReplaceVal = NULL; static ROUTINE_MSG_REPLACE_NONE *pMsgReplaceNone = NULL; ! static ROUTINE_MSG_REPLACE_NONE *pMsgInsertNone = NULL; /////////////////////////////////////////////////////////////// const char *GetParam(const char *pArg, const char *pPattern) --- 49,53 ---- static ROUTINE_MSG_INSERT_VAL *pMsgReplaceVal = NULL; static ROUTINE_MSG_REPLACE_NONE *pMsgReplaceNone = NULL; ! static ROUTINE_MSG_INSERT_NONE *pMsgInsertNone = NULL; /////////////////////////////////////////////////////////////// const char *GetParam(const char *pArg, const char *pPattern) |