Re: Bitvector_t woes continued

From: Mike Stilson (mike@velgarian.sytes.net)
Date: 09/17/02


On Tue, Sep 17, 2002 at 05:05:41AM -0700, Mathew Earle Reuther wrote:
[ obj file ]
>0 50 53 0
>0 5 50 10
>(null)
>$~

the printf() family prints "(null)" for undefined pointers/etc (rather
than just crashing.

ie:
char *buf = NULL;
printf("buf is '%s'\n", buf);

prints:
buf is '(null)'

make sure you've got the data you think you do in the buffer you're
writing.

[snip loading stuff]
Loading is working just fine.  I bet if you look, you're seeing that the
bits corresponding to (,n,u,l are being set.


-me

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT