mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
d65cae69e9
commit
6836e36155
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