char out[1500];

----- Original Message -----
From: "Dossy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 24, 2002 6:47 PM
Subject: Re: [AOLSERVER] Porting (aol 2.2 to aol 3.3.1)


> On 2002.01.24, David Valentine <[EMAIL PROTECTED]> wrote:
> > So can anyone tell me why this would cause a bus error:
> > sprintf(out, "%f,%f,%f,%f", north, west, south, east);
> >   Ns_ConnPuts(conn, out);
> > but,
> > sprintf(out, "%f,%f,", north, west);
> > Ns_ConnPuts(conn, out);
> > sprintf(out, "%f,%f", south, east);
> >   Ns_ConnPuts(conn, out);
> >
> > would not?
>
> Can we see the definition for variable "out", please?
>
> -- Dossy
>
> --
> Dossy Shiobara                       mail: [EMAIL PROTECTED]
> Panoptic Computer Network             web: http://www.panoptic.com/
>   "He realized the fastest way to change is to laugh at your own
>     folly -- then you can let go and quickly move on." (p. 70)
>

Reply via email to