At 2001-09-20 02:31, I wrote:

>    int foo (char selector,char* arg)
...
>          if (selector == 200)

I guess that should be

    int foo (unsigned char selector,char* arg)


-- 
Ashley Yakeley, Seattle WA


_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to