String Comparison - Not Equal To problem in While Loop

'C' string comparisons are NOT done with the '==' comparsion operator.

Use the 'C' library function 'strcmp' instead.