icinfo: Do not output an extra space at end of line

Hugh McMaster hugh.mcmaster at outlook.com
Wed Feb 18 07:02:23 CST 2015



On Wed, 18 Feb 2015 13:32:20 +0100, Stefan Dösinger wrote:

> Am 2015-02-18 um 11:53 schrieb Hugh McMaster:
> > -	if (ii.dwFlags & VIDCF_QUALITY) mywprintf(sspc_fmt, VIDCF_QUALITY_W);
> > +	if (ii.dwFlags & VIDCF_QUALITY) mywprintf(s_fmt, VIDCF_QUALITY_W);
> >  	if (ii.dwFlags & VIDCF_CRUNCH) mywprintf(sspc_fmt, VIDCF_CRUNCH_W);
> I don't think this works. If VIDCF_QUALITY is not set, but any other
> flag is, it will now print a leading space.

Good point. I'll rethink this and resend.
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20150219/55834315/attachment.html>


More information about the wine-devel mailing list