]> git.pld-linux.org Git - packages/ext2ed.git/blob - ext2ed-inode.patch
963dc55dc41dfa39a82febd7a436a97b10ff464b
[packages/ext2ed.git] / ext2ed-inode.patch
1 --- ext2ed-0.1/inode_com.c.ewt  Thu Jul  4 12:05:29 1996
2 +++ ext2ed-0.1/inode_com.c      Thu Jul  4 12:06:11 1996
3 @@ -214,7 +214,7 @@
4         
5         wprintw (show_win,"Inode type: ");
6  
7 -       if (inode_num < EXT2_FIRST_INO) {
8 +       if (inode_num < EXT2_GOOD_OLD_FIRST_INO) {
9                 switch (inode_num) {
10                         case EXT2_BAD_INO:
11                                 wprintw (show_win,"Bad blocks inode - ");
This page took 0.072213 seconds and 2 git commands to generate.