You cannot compare zero terminated strings with operator == ( that would just compare the addresss ).
Use strcmp()

Kurt