Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:77
oyranos.openSUSE_12.1
oyranos-CMMapi_Check-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File oyranos-CMMapi_Check-fix.patch of Package oyranos.openSUSE_12.1
--- a/oyranos_alpha.c +++ b/oyranos_alpha.c @@ -2678,15 +2678,20 @@ int oyCMMRelease_ ( const char * cmm ) * @memberof oyCMMapi_s * @brief check for completeness * - * @version Oyranos: 0.1.10 + * @version Oyranos: 0.3.3 * @since 2007/12/06 (Oyranos: 0.1.8) - * @date 2009/09/02 + * @date 2011/11/25 */ oyOBJECT_e oyCMMapi_Check_ ( oyCMMapi_s * api ) { int error = !api; oyOBJECT_e type = oyOBJECT_NONE; - int module_api = api->module_api[0]*10000 + api->module_api[1]*100 + int module_api; + + if(error) + return type; + + module_api = api->module_api[0]*10000 + api->module_api[1]*100 + api->module_api[2]; if(api->type <= oyOBJECT_CMM_API_S ||
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