Johannes Schindelin, Sat, Jun 07, 2008 17:04:14 +0200: > - for (i = 0; i < main_cmds.cnt; i++) { > + for (i = 0; i < main_cmds.cnt && i < 5; i++) { I accidentally considered "i" just the index in the global command table. Of course it is better :) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html