On Tuesday 27 May 2014, Karel Zak wrote: > On Tue, May 27, 2014 at 03:07:05PM +0200, Ruediger Meier wrote: > > From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> > > > > Replace all puts, fputs and printf calls by my_putstring() because > > we don't want to mix different output channels (buffers). > > Oh, this is well know problem I fixed one year ago, see > e66ba1bfaf070682e26c1a53e64af1088fea56bc. Funny that this one was also a fix for Fedora 18. Probably F-18 has bad ncurses-libs or glibc because usually it seemed to be compatible to printf function family. putp() uses tputs() which uses putc() per default. putc() should be mixable with any other stdio output function. cu, Rudi -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html