@@ -59,7 +59,7 @@ void gen_combinations(nops)
int len_ops=strlen(ops);
n_combs=n_combine(len_ops, nops);
printf("gen: n=%d\n", n_combs);
//printf("gen: n=%d\n", n_combs);
for (i=0; i<n_combs; ++i) {
combs[ncombs]=strdup(combine(ops, nops, i));
ncombs++;
The note is not visible to the blocked user.