Bug 11777 - src/screen.c useless compare
Summary: src/screen.c useless compare
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: App/compiz (show other bugs)
Version: git
Hardware: All All
: low trivial
Assignee: David Reveman
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: janitor, patch
Depends on:
Blocks:
 
Reported: 2007-07-31 03:52 UTC by Roland "Test-tools" Bär
Modified: 2007-07-31 11:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Removes useless always true check (634 bytes, patch)
2007-07-31 03:53 UTC, Roland "Test-tools" Bär
no flags Details | Splinter Review

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.