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