Bug 138323

Summary: printf problems
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: xfsprogsAssignee: Jeff Garzik <jgarzik>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: peterm
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-18 06:37:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Binderman 2004-11-08 08:43:56 UTC
Description of problem:

I just tried to compile package xfsprogs-2.6.13-2 from 
Redhat Fedora Core 3 Test 3.

The compiler said

text.c(94): warning #268: the format string ends before this argument

The source code is

		dbprintf(".", *s);

Suggest 

		dbprintf( ".");

might be better code.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info: