On Tue, 05 Dec 2000 08:58:06 +1100, Ken Foskey wrote:
> if (ucObject[0] == '\xff') {
try
if (ucObject[0] == 0xff) {
Dunno why, but works for me
Regards
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug
- [SLUG] C Programmer problem Ken Foskey
- Re: [SLUG] C Programmer problem Peter Faulks
- Re: [SLUG] C Programmer problem John Clarke
- Re: [SLUG] C Programmer problem Dave Fitch
