eina suffix or whatever eina function to detect suffi ?

Vincent

On Thu, 11 Aug 2011, Enlightenment SVN wrote:

> Log:
> fix segv
>
>
> Author:       discomfitor
> Date:         2011-08-11 14:39:10 -0700 (Thu, 11 Aug 2011)
> New Revision: 62362
> Trac:         http://trac.enlightenment.org/e/changeset/62362
>
> Modified:
>  trunk/e/src/bin/e_bg.c
>
> Modified: trunk/e/src/bin/e_bg.c
> ===================================================================
> --- trunk/e/src/bin/e_bg.c    2011-08-11 21:35:17 UTC (rev 62361)
> +++ trunk/e/src/bin/e_bg.c    2011-08-11 21:39:10 UTC (rev 62362)
> @@ -296,7 +296,7 @@
>       evas_object_clip_set(o, zone->bg_clip_object);
>       evas_object_show(o);
>      }
> -   ext = strrchr(bgfile, '.');
> +   if (bgfile) ext = strrchr(bgfile, '.');
>    if ((ext) && (!strcasecmp(ext, ".edj")))
>      {
>         o = edje_object_add(zone->container->bg_evas);
>
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to