[Bug 74754] utils test is failing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Feb 9 09:37:59 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74754

--- Comment #1 from desrt <desrt at desrt.ca> ---
Created attachment 93718
  --> https://bugs.freedesktop.org/attachment.cgi?id=93718&action=edit
utils tests: fix sign comparison problem

This test compares a guint8 and a gchar with '==' which fails when comparing
240 to -16, even though these are the same byte value.  Add an explicit
'guchar' cast to correct the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-bugs/attachments/20140209/11250a6b/attachment.html>


More information about the spice-bugs mailing list