Austin Clements <[email protected]> writes: > > randomchar = random_unichar (); > + if (randomchar == '\n') > + randomchar = 'x'; >
what about something like
do {
randomchar = random_unichar ();
} while (randomchar == '\n');
_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch
