Re: Dillo and Irix
eocene <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Back in April, I wrote:
> I wrote:
> > Jan wrote:
> > > eocene wrote:
> > > >Jan wrote:
> > > >>Query: {GE}
> > > >>a_IO_ccc : OpSend [1B] Info=10262f30 Flags=0
> > > >
> > > >"GE" is the entire query?
> > >
> > > Yes exactly. Any idea?
> >
> > Can you watch what goes wrong in a_Http_make_query_str()?
>
> Between this and the file path thing, I wonder whether irix
> doesn't like that va_list/va_copy/vsnprintf stuff in the dStr
> code in dlib/dlib.c.
It did turn out to be irix's idea of vsnprintf().
Modifying dStr_vsprintfa(), I browsed around for a few minutes
without problems.
Now to look into how to solve this properly...