-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to README, i've run:
$ epsilon ~/Immagini/*

~/Immagini contains another folder, not expanded by bash (to go into
i've to use ~/Immagini/*/*). 

I'm sure that recursion is better, but actually epsilon bin doesn't
have it, so i've colved only this issue.
epsilon_thumb_test is built in different way, it uses Ecore_File to
check and get file lists.

Ciao
Massimiliano
- -- 
Massimiliano Calamelli
http://mcalamelli.netsons.org
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (MingW32)

iD8DBQFGk5TlleGEL56NNP4RAvYhAJ9D6yKGhENqQ6bbFUEWEhMc/CVpnwCgvXVW
e9IEmZJgk/eUlxuPXC3V7aA=
=lGaz
-----END PGP SIGNATURE-----
Index: epsilon_main.c
===================================================================
RCS file: /var/cvs/e/e17/libs/epsilon/src/bin/epsilon_main.c,v
retrieving revision 1.8
diff -u -r1.8 epsilon_main.c
--- epsilon_main.c      25 Jun 2007 11:31:47 -0000      1.8
+++ epsilon_main.c      10 Jul 2007 13:57:02 -0000
@@ -16,6 +16,8 @@
        {
          char *str;
          str = strrchr (argv[argc], '.');
+         if (NULL == str)
+           continue;
          str++;
          if (!strcmp (str, "edj"))
            {
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to