0023347: Expression '(* q == ' ') && (* q == '\t')' is always false. Probably the...
authorPawel <pawel-kowalski@wp.pl>
Wed, 25 Jul 2012 15:35:26 +0000 (17:35 +0200)
committerPawel Kowalski <pawel-kowalski@wp.pl>
Fri, 3 Aug 2012 09:31:24 +0000 (13:31 +0400)
commitd4a137d52722ac3448b8703e6d0fd09ee7fcc1e2
tree40fb353b616bb5699a57eb46ca98a571f2dd4aab
parentd33dea30d59dcf546a04e4c6bc64903b53aa2005
0023347: Expression '(* q == ' ') && (* q == '\t')' is always false. Probably the '||' operator should be used here.

Replacing '&&' with '||'.
src/Draw/Draw_VariableCommands.cxx