[vlc-commits] Archive: fix typo
Jean-Baptiste Kempf
git at videolan.org
Sat Nov 15 12:32:28 CET 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 15 12:32:20 2014 +0100| [f5c8f5da0d1b59be50948de86524d38094d2c8de] | committer: Jean-Baptiste Kempf
Archive: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5c8f5da0d1b59be50948de86524d38094d2c8de
---
modules/access/archive/access.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/archive/access.c b/modules/access/archive/access.c
index 3ba99cf..0410d96 100644
--- a/modules/access/archive/access.c
+++ b/modules/access/archive/access.c
@@ -314,7 +314,7 @@ int AccessOpen(vlc_object_t *p_object)
char *psz_base = strdup(p_access->psz_location);
if (unlikely(psz_base == NULL))
- return VLC_EENOMEM;
+ return VLC_ENOMEM;
const char *psz_name = psz_base + (sep - p_access->psz_location);
*(psz_name++) = '\0';
More information about the vlc-commits
mailing list