Hello Robert,
Saturday, March 23, 2002, 5:34:28 AM, you wrote:
RC> Thanks for taking the time to look at this - I really appreciate that.
RC> BTW: If it's reproducible, tell me the steps and I'll look too. Also, if
RC> it's reproducible, try building with -DDEBUG.
Yep! I found a way to reprodu
Thanks for taking the time to look at this - I really appreciate that.
BTW: If it's reproducible, tell me the steps and I'll look too. Also, if
it's reproducible, try building with -DDEBUG.
Rob
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygw
> -Original Message-
> From: Pavel Tsekov [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, March 23, 2002 11:03 AM
> strcpy (dp, dots);
> delete[] dots;
> key = String (dp);
>
> LOOK HERE - This is not right - we should delete at the base
> of the block, not somewhere in the middle
Ok - more inf... I think I've found the problem...
site_list_type::init (...)
[snip some code]
char *dp = new char[2 * newurl.size() + 3];
while (dot != dots)
{
if (*dot == '.' || *dot == '/')
{
char *sp;
if (dot[3] == 0)
*dp++ = '~';/* sort .com/.edu/
4 matches
Mail list logo