[Winbash-checkins] CVS: winbash nt_execute_cmd.c,1.3,1.4
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-16 02:47:02
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv29403 Modified Files: nt_execute_cmd.c Log Message: Removed TME10 reference Index: nt_execute_cmd.c =================================================================== RCS file: /cvsroot/winbash/winbash/nt_execute_cmd.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- nt_execute_cmd.c 14 Mar 2002 22:09:54 -0000 1.3 +++ nt_execute_cmd.c 16 Mar 2002 02:46:59 -0000 1.4 @@ -256,7 +256,7 @@ /* turn this on if we want to put stuff in the event log too */ #ifdef USE_EVENT_LOG - hEventSource = RegisterEventSource(NULL, "GNU Bash (TME10 version)"); + hEventSource = RegisterEventSource(NULL, "GNU Bash"); lpszStrings[0] = errmsg; if (hEventSource != NULL) { |