mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
c0014a13fa
commit
45e36c7a47
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@
|
|||
for( i = 0; i < n; i++ ){
|
||||
/* Переводим права доступа в 8-ричную систему */
|
||||
lName = lFiles[i],
|
||||
lStats = lAllStats[lName],
|
||||
lStats = lAllStats[lName];
|
||||
|
||||
if(lStats){
|
||||
lMode = (lStats.mode - 0).toString(8),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue