[Webkit-unassigned] [Bug 60457] [EFL] Added initialization/shutdown for ecore_file library

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 04:47:52 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60457





--- Comment #2 from Lucas De Marchi <demarchi at webkit.org>  2011-05-09 04:47:52 PST ---
(From update of attachment 92765)
View in context: https://bugs.webkit.org/attachment.cgi?id=92765&action=review

> Tools/ChangeLog:8
> +        Added initialization and shuthown fo ecore_file library and replaced

s/fo/for/

> Tools/EWebLauncher/main.c:802
> -    rpath = realpath(theme, NULL);
> +    rpath = ecore_file_realpath(theme);
>      if (!rpath)
>          return NULL;

ecore_file_realpath always allocate a string, even when realpath would return an error (exception: when there's an out of memory condition). In this case you need to check whether the returned string is empty.

> Tools/EWebLauncher/main.c:888
> +        return quit(EINA_FALSE, "ERROR: could not created tmp directory.\n");

s/created/create/

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list