On Tue, Apr 6, 2010 at 8:35 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  efreet: TODO++
> Author:       englebass
> Date:         2010-04-06 11:35:18 -0700 (Tue, 06 Apr 2010)
> New Revision: 47788
>
> Modified:
>  trunk/efreet/src/lib/efreet_menu.c
>
> Modified: trunk/efreet/src/lib/efreet_menu.c
> ===================================================================
> --- trunk/efreet/src/lib/efreet_menu.c  2010-04-06 18:18:53 UTC (rev 47787)
> +++ trunk/efreet/src/lib/efreet_menu.c  2010-04-06 18:35:18 UTC (rev 47788)
> @@ -1,5 +1,7 @@
>  /* vim: set sw=4 ts=4 sts=4 et: */
>
> +/* TODO: Check where strcmp can be changed with == because of stringshare */
> +
>  #ifdef HAVE_CONFIG_H
>  # include <config.h>
>  #endif

When string come from eet mapped file you can also use == to compare
them. But you can't compare a stringshare against a mapped string.
-- 
Cedric BAIL

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to