Bug 151487 - mgetty-1.1.33-4: printf problems
Summary: mgetty-1.1.33-4: printf problems
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SuSE Linux 10.1
: P5 - None : Minor
Target Milestone: ---
Assignee: Marian Jancar
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 13:38 UTC by David Binderman
Modified: 2006-02-27 16:37 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2006-02-16 13:38:52 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.
Comment 1 Anna Maresova 2006-02-27 16:37:18 UTC
fixed