Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:Staging:B
vlc
vlc-lua-5.3.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vlc-lua-5.3.patch of Package vlc
Index: vlc-3.0.2/modules/lua/libs/io.c =================================================================== --- vlc-3.0.2.orig/modules/lua/libs/io.c +++ vlc-3.0.2/modules/lua/libs/io.c @@ -139,7 +139,7 @@ static int vlclua_io_file_seek( lua_Stat const char* psz_mode = luaL_optstring( L, 2, NULL ); if ( psz_mode != NULL ) { - long i_offset = luaL_optlong( L, 3, 0 ); + long i_offset = (long) luaL_optinteger(L, 3, 0); int i_mode; if ( !strcmp( psz_mode, "set" ) ) i_mode = SEEK_SET;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor