Philip S Tellis wrote:
On Tue, 1 Oct 2002, Satya wrote:
h=hid; while(h!=NULL) { if(memcmp(b,h->msgid,16)==0) { memcpy(c,h->id,8); } }
then again, there could be more to your code happening later in the while loop (which isn't terminated so far).
[rub eyes... rub rub...] What? AFAICS the while loop *is* terminated.
And I don't see any error in the code. :-?
Manish