]> git.pld-linux.org Git - packages/ext2ed.git/blame - ext2ed-inode.patch
- spelling
[packages/ext2ed.git] / ext2ed-inode.patch
CommitLineData
cfac8e57
JR
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.081403 seconds and 4 git commands to generate.