[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with Orca/C 1.3 porting PGP 2.2 Please help



>if (userid_match((char *)userid0, (char *) userid,
>        (exact_match ? NULL : n)))
 
I had problems with ?: returning NIL or an actual pointer. I changed to an
if/else. Try casting the NULL to the same pointer type as n.
 
 

--
  --Jay, jay.krell@cornell.edu