Update to 2.6.32.41 Mainline
/scripts/kconfig/conf.c
blob:038d8de355d0274f95aae1525862f5b7ff78b76a -> blob:47ec70fc73acbe8f0299f825d7420880def82c49
--- scripts/kconfig/conf.c
+++ scripts/kconfig/conf.c
@@ -332,7 +332,7 @@ static int conf_choice(struct menu *menu
}
if (!child)
continue;
- if (line[strlen(line) - 1] == '?') {
+ if (line[0] && line[strlen(line) - 1] == '?') {
print_help(child);
continue;
}