https://bugzilla.novell.com/show_bug.cgi?id=231709 dcb314@hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Comment #2 from dcb314@hotmail.com 2007-01-04 15:24 MST ------- (In reply to comment #1)
This is only a warning ... and this cause IMO no problems.
Thanks for your opinion - this is basically C code, not C++. The code looks wrong to both me and the compiler. Suggest you examine the code again.
Btw. the patch is wrong because if must be:
} else if ((!strcmp( getenv("DESKTOP_SESSION"), "gnome") == 0) ...
to work correct.
Your suggested patch also looks wrong to me. strcmp returns zero when the strings are the same. Suggest try again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.