mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
kodi: update to cfad925
This commit is contained in:
parent
9f7c82be4b
commit
61296540f0
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="kodi"
|
||||
PKG_VERSION="20.0-Nexus"
|
||||
PKG_SHA256="4c75add8b9ea44924b6ee45f94439545676033f35f5993908871e3dded527b79"
|
||||
PKG_VERSION="cfad925044a9424182e0e3f388cc595abc66ed07"
|
||||
PKG_SHA256="c3e4004a266e33839a6ca580ac82ad95094f888a3964f088d042c5e1702554fc"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- ./xbmc/platform/posix/filesystem/SMBDirectory.cpp.orig 2023-02-03 14:31:42.518877830 +0100
|
||||
+++ ./xbmc/platform/posix/filesystem/SMBDirectory.cpp 2023-02-03 14:36:27.357905849 +0100
|
||||
@@ -171,7 +171,7 @@
|
||||
char value[20];
|
||||
// We poll for extended attributes which symbolizes bits but split up into a string. Where 0x02 is hidden and 0x12 is hidden directory.
|
||||
// According to the libsmbclient.h it's supposed to return 0 if ok, or the length of the string. It seems always to return the length which is 4
|
||||
- if (smbc_getxattr(strFullName.c_str(), "system.dos_attr.mode", value, sizeof(value)) > 0)
|
||||
+ if (smbc_getxattr(strFullName.c_str(), "system.dos_attr.mode", value, sizeof(value)) >= 0)
|
||||
{
|
||||
long longvalue = strtol(value, NULL, 16);
|
||||
if (longvalue & SMBC_DOS_MODE_HIDDEN)
|
Loading…
x
Reference in New Issue
Block a user