Browse Source

Merge branch '2635_ftp_spaces'

* 2635_ftp_spaces:
  Ticket #2635: mc adds spaces an the beginning of all files/dirs at the ftp server
Slava Zanko 13 years ago
parent
commit
50e8e6d753
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/vfs/parse_ls_vga.c

+ 1 - 1
lib/vfs/parse_ls_vga.c

@@ -657,7 +657,7 @@ vfs_split_text (char *p)
 void
 vfs_parse_ls_lga_init (void)
 {
-    vfs_parce_ls_final_num_spaces = 0;
+    vfs_parce_ls_final_num_spaces = 1;
 }
 
 /* --------------------------------------------------------------------------------------------- */