>  if (c == '0x3b' || c == '0x3a' || c == '0x2c')

if (c == 0x3b || c == 0x3a || c == 0x2c)

would have done, I think. using ' ' means a Character, not a hex number...

Regards Thorsten Happel
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to