Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
hplip
fix-uninitialized-variables.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-uninitialized-variables.diff of Package hplip
--- ip/xmatrix.c.orig 2004-02-18 23:43:44.000000000 +0100 +++ ip/xmatrix.c 2005-05-17 13:48:17.000000000 +0200 @@ -380,7 +380,7 @@ while (pwOut < (WORD*)pOutAfter) { - int prod0, prod1, prod2; + int prod0 = 0, prod1 = 0, prod2 = 0; /* The fixed-point calculations below are as follows: * 17.15 = input pixel
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor