Add fix from #456, thanks alasondro !
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6645 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c0558904a1
commit
a2b6cc330f
12
net/iptraf/patches/003-exit_menu.patch
Normal file
12
net/iptraf/patches/003-exit_menu.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -urN iptraf-3.0.0/src/options.c iptraf-3.0.0.new/src/options.c
|
||||
--- iptraf-3.0.0/src/options.c 2005-09-13 08:42:54.000000000 +0200
|
||||
+++ iptraf-3.0.0.new/src/options.c 2007-03-23 13:31:37.000000000 +0100
|
||||
@@ -377,7 +377,7 @@
|
||||
}
|
||||
|
||||
indicatesetting(row, options, statwin);
|
||||
- } while (row != 17);
|
||||
+ } while (row != 16);
|
||||
|
||||
tx_destroymenu(&menu);
|
||||
del_panel(statpanel);
|
Loading…
x
Reference in New Issue
Block a user