[vlc-commits] commit: Fix typo ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sun Aug 29 04:58:19 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 29 05:57:11 2010 +0300| [61bbf16ff435135692ad9ada074b590c3fb47be6] | committer: Rémi Denis-Courmont
Fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=61bbf16ff435135692ad9ada074b590c3fb47be6
---
compat/strtoll.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compat/strtoll.c b/compat/strtoll.c
index 8d2e0bc..dfe6751 100644
--- a/compat/strtoll.c
+++ b/compat/strtoll.c
@@ -25,7 +25,7 @@
#include <stdlib.h>
#include <string.h>
-long long int strtof( const char *nptr, char **endptr, int base )
+long long int strtoll( const char *nptr, char **endptr, int base )
{
long long i_value = 0;
int sign = 1, newbase = base ? base : 10;
More information about the vlc-commits
mailing list