/[grub]/grub2/commands/ls.c
ViewVC logotype

Diff of /grub2/commands/ls.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by okuji, Sat Aug 20 07:49:01 2005 UTC revision 1.12 by okuji, Fri Oct 28 03:14:32 2005 UTC
# Line 130  grub_ls_list_files (char *dirname, int l Line 130  grub_ls_list_files (char *dirname, int l
130                  grub_printf ("%-12d", file->size);                  grub_printf ("%-12d", file->size);
131                                
132              }              }
133            (fs->close) (file);            grub_file_close (file);
134          }          }
135        else        else
136          grub_printf ("%-12s", "DIR");          grub_printf ("%-12s", "DIR");

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26