Bug in rcs.c ?

2000-04-12 Thread Jesper Pedersen
Hi. First of all: Thanks to anyone who wrote me ! During the move from my MKS/SI repository to CVS I found this thing: In src/rcs.c line 4068 (CVS-1.10.8) there is a strncmp which fails, due to 'log' is NULL. I added a check for log != NULL and the program run fine again. Is this a bug or h

Re: Bug in rcs.c ?

2000-04-12 Thread David L. Martin
Jesper, >During the move from my MKS/SI repository to >CVS I found this thing: > >In src/rcs.c line 4068 (CVS-1.10.8) there is a >strncmp which fails, due to 'log' is NULL. > >I added a check for log != NULL and the program >run fine again. > >Is this a bug or has something in the conversion >gon

Re: Bug in rcs.c ?

2000-04-13 Thread Win32 M$
Hi David, Jesper, Do you think it is OK that somebody checks in the changes without any revision comments? Well, I think that every checkin should have one. If your developers can not come up with short description of what are the changes done to the file doing, maybe he/she should not check