On Wed, 2 Oct 2002, Satya wrote:
On Oct 3, 2002 at 10:18, 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); } }
[snip]
then again, there could be more to your code happening later in the while loop (which isn't terminated so far).
Yes it is. Isn't it?
yeah, it is. your indentation threw me off.