Enlightenment CVS committal
Author : englebass
Project : e_modules
Module : notification
Dir : e_modules/notification/src
Modified Files:
e_mod_popup.c
Log Message:
Add paranthesis to clarify test.
===================================================================
RCS file: /cvs/e/e_modules/notification/src/e_mod_popup.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_popup.c 8 Mar 2008 00:24:03 -0000 1.3
+++ e_mod_popup.c 17 Mar 2008 07:57:19 -0000 1.4
@@ -225,7 +225,7 @@
errno = 0;
width = strtol(app_icon_max, &endptr, 10);
- if (errno != 0 && width == 0 || endptr == app_icon_max)
+ if ((errno != 0 && width == 0) || endptr == app_icon_max)
{
width = 80;
height = 80;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs