[vlc-devel] commit: Typo in previous commit (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Dec 26 20:01:10 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec 26 20:00:32 2009 +0100| [3f31d5ecd5d775d96d2d61f952e5a7cca6dd412d] | committer: Jean-Baptiste Kempf
Typo in previous commit
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f31d5ecd5d775d96d2d61f952e5a7cca6dd412d
---
modules/access/dc1394.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/dc1394.c b/modules/access/dc1394.c
index 87776f4..4fe11a7 100644
--- a/modules/access/dc1394.c
+++ b/modules/access/dc1394.c
@@ -930,7 +930,7 @@ static int process_options( demux_t *p_demux )
else if( strncmp( token, "uid=", strlen("uid=") ) == 0)
{
token += strlen("uid=");
- sscanf( token, "0x %"SCNx64, &p_sys->selected_uid );
+ sscanf( token, "0x%"SCNx64, &p_sys->selected_uid );
}
}
More information about the vlc-devel
mailing list