
1 Aug
2011
1 Aug
'11
3:17 p.m.
Dear Wolfgang Denk,
In message 1312066089-16812-1-git-send-email-wd@denx.de you wrote:
Fix the following:
ERROR: do not initialise statics to 0 or NULL ERROR: do not use assignment in if condition
Signed-off-by: Wolfgang Denk wd@denx.de
...
if ((s = getenv("splashpos")) != NULL) {
s = getenv("splashpos");
if ((s != NULL) {
-------------------^^ Grrrgh...
Applied after fixing this bug.
Best regards, Viele Grüße, Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
I have the simplest tastes. I am always satisfied with the best.
-- Oscar Wilde