]> git.mxchange.org Git - flightgear.git/commit
Sgi doesn't define the != operator for string != char[] so we need to cast
authorcurt <curt>
Fri, 8 Mar 2002 23:24:59 +0000 (23:24 +0000)
committercurt <curt>
Fri, 8 Mar 2002 23:24:59 +0000 (23:24 +0000)
commit6b40600e7b70c3f4b5ee6e654c582b56d28455c8
tree19e98606300f1984b367526f8aea3867d564c736
parentefe559ead40d99e8834138b62060080117de317f
Sgi doesn't define the != operator for string != char[] so we need to cast
the char array into a (string) type before doing the comparison.
src/Cockpit/panel_io.cxx