* Sebastiaan <[EMAIL PROTECTED]> [2001.11.04 16:51:09+0100]:
> while (fgets(buff, sizeof(buff)-1, filestream) != NULL)
>         {
>       /* do something with the 'buff' variable */
>       }

char *buff = (char*)malloc(128);
sizeof(buff) == 4   // on i32 machines

--> problem!

-- 
martin;              (greetings from the heart of the sun.)
  \____ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
  
"this week dragged past me so slowly;
 the days fell on their knees..."
                                                        -- david bowie

Attachment: pgpOPnGhxLVQi.pgp
Description: PGP signature

Reply via email to