Bugzilla – Bug 151487
mgetty-1.1.33-4: printf problems
Last modified: 2006-02-27 16:37:18 UTC
I just tried to compile package mgetty-1.1.33-4 with the Intel C compiler. It said locks.c(193): warning #267: the format string requires additional arguments The source code is lprintf( L_ERROR, "can't open %d for read/write" ); I agree with the compiler. Suggest either add a trailing parameter for the %d, or remove the %d specifier.
fixed