mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
Merge 451361fa68 into 2a101e73bc
This commit is contained in:
commit
ee6777a84f
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class Parser {
|
|||
if ($name === 'write_time') {
|
||||
$mtime = strtotime($value);
|
||||
} else if ($name === 'attributes') {
|
||||
$mode = hexdec(substr($value, 1, -1));
|
||||
$mode = $this->parseMode($value);
|
||||
} else if ($name === 'stream') {
|
||||
list(, $size,) = explode(' ', $value);
|
||||
$size = intval($size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue