[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev 2.8.1dev.19.patch.gz
From: |
Bela Lubkin |
Subject: |
Re: lynx-dev 2.8.1dev.19.patch.gz |
Date: |
Mon, 3 Aug 1998 18:37:23 -0700 |
Rob Partington wrote:
> > Actually, after playing some more with it, I'm really not sure what's
> > wrong. :-( Exactly what is LYstrsep() supposed to be doing when its
> > second argument isn't found -- what's it supposed to return, is it
> > supposed to have done anything to the pointed-to data, and is it
> > supposed to have done anything to its first argument?
>
> Changing the patch to set `out' to be NULL in the initialiser might
> help - that way, strsep will return NULL if strpbrk returns NULL,
> rather than some undefined value.
The code in dev.19 already has "char *out = 0;". That's not it.
Someone mail me a strsep() man page from a system that has it?
>Bela<
- Re: lynx-dev 2.8.1dev.19.patch.gz, (continued)
- Re: lynx-dev 2.8.1dev.19.patch.gz, T.E.Dickey, 1998/08/03
- Re: lynx-dev 2.8.1dev.19.patch.gz, Bela Lubkin, 1998/08/03
- Re: lynx-dev 2.8.1dev.19.patch.gz,
Bela Lubkin <=
- Re: lynx-dev 2.8.1dev.19.patch.gz, Bela Lubkin, 1998/08/04
- Re: lynx-dev 2.8.1dev.19.patch.gz, T.E.Dickey, 1998/08/04
- Re: lynx-dev 2.8.1dev.19.patch.gz, T.E.Dickey, 1998/08/04
- Re: lynx-dev 2.8.1dev.19.patch.gz, T.E.Dickey, 1998/08/04
- Re: lynx-dev 2.8.1dev.19.patch.gz, Bela Lubkin, 1998/08/04
- Re: lynx-dev 2.8.1dev.19.patch.gz, Bela Lubkin, 1998/08/04
- Re: lynx-dev 2.8.1dev.19.patch.gz, T.E.Dickey, 1998/08/05
- Re: lynx-dev 2.8.1dev.19.patch.gz, Nelson Henry Eric, 1998/08/11