I've found another bug. In commit.c: line 1151:
< p = strchr (p, ',');
> p = strchr (p + 1, ',');
Noel
[EMAIL PROTECTED] on 04/10/2000 12:16:47 PM
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
cc:
Subject: RE: multiple edits per user per file
I've compiled it and tested it and it seems to work great. I'll be releasing
it to the rest of the team late today. Thanks a bunch!
Rob
-----Original Message-----
From: Noel L Yap [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 10, 2000 7:45 AM
To: [EMAIL PROTECTED]
Subject: multiple edits per user per file
Hey, I was wondering how the patch was working for you.
Noel