Projects
Multimedia
kodi
kodi.sqlite.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kodi.sqlite.patch of Package kodi (Revision 54)
Currently displaying revision
54
,
Show latest
--- xbmc/dbwrappers/sqlitedataset.cpp.orig 2019-04-13 22:53:12.237992849 +0300 +++ xbmc/dbwrappers/sqlitedataset.cpp 2019-04-13 22:54:48.346902810 +0300 @@ -94,8 +94,12 @@ X(SQLITE_IOERR_MMAP), X(SQLITE_IOERR_GETTEMPPATH), X(SQLITE_IOERR_CONVPATH), +#if defined(SQLITE_IOERR_VNODE) X(SQLITE_IOERR_VNODE), +#endif +#if defined(SQLITE_IOERR_AUTH) X(SQLITE_IOERR_AUTH), +#endif #if defined(SQLITE_IOERR_BEGIN_ATOMIC) X(SQLITE_IOERR_BEGIN_ATOMIC), #endif
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.