patch-1.3.67 linux/scripts/ksymoops.cc

Next file: linux/CREDITS
Previous file: linux/net/ipv4/udp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.66/linux/scripts/ksymoops.cc linux/scripts/ksymoops.cc
@@ -305,7 +305,8 @@
 		cout << endl;
 	    }
 	    cout << endl;
-	} else if (strequ(buffer, "ode:") || strequ(buffer, "Code:")) {
+	}
+	if (strequ(buffer, "ode:") || strequ(buffer, "Code:")) {
 	    // The 'C' might have been consumed as a hex number
 	    unsigned char code[code_size];
 	    unsigned char* cp = code;


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this