[Spice-devel] [win32-qxl PATCH] Fix annoying typo in print format statement.

Christophe Fergeau cfergeau at redhat.com
Tue Jun 23 02:13:26 PDT 2015


This can't be applied with git am :(

Christophe

On Mon, Jun 22, 2015 at 02:14:30PM -0400, Sandy Stutsman wrote:
> Missing useful information.
> ---
> xddm/display/res.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xddm/display/res.c b/xddm/display/res.c
> index bfb3571..84f9756 100644
> --- a/xddm/display/res.c
> +++ b/xddm/display/res.c
> @@ -2005,7 +2005,7 @@ static BOOL CacheSizeTest(PDev *pdev, SURFOBJ *surf)
> {
> BOOL ret = (UINT32)surf->sizlBitmap.cx * surf->sizlBitmap.cy <=
> pdev->max_bitmap_size;
> if (!ret) {
> - DEBUG_PRINT((pdev, 1, "%s: cache size test failed x %d y %d max\n",
> + DEBUG_PRINT((pdev, 1, "%s: cache size test failed x %d y %d max %d\n",
> __FUNCTION__,
> surf->sizlBitmap.cx,
> surf->sizlBitmap.cy,
> -- 
> 1.9.5.msysgit.0
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20150623/a27ed8dc/attachment.sig>


More information about the Spice-devel mailing list