Bug 11777

Summary: src/screen.c useless compare
Product: xorg Reporter: Roland "Test-tools" Bär <roland>
Component: App/compizAssignee: David Reveman <reveman>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: trivial    
Priority: low Keywords: janitor, patch
Version: git   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Removes useless always true check none

Description Roland "Test-tools" Bär 2007-07-31 03:52:38 UTC
The check for data[0]>=0 is useless and always true, cause data[0] is unsigned
and so always >= 0.
Comment 1 Roland "Test-tools" Bär 2007-07-31 03:53:32 UTC
Created attachment 10924 [details] [review]
Removes useless always true check
Comment 2 David Reveman 2007-07-31 11:15:33 UTC
thanks

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.