Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 154198 Details for
Bug 239147
bug: vararg function called true a wrong function pointer
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch that is include in cvs
patch (text/plain), 1009 bytes, created by
Rafael Ávila de Espíndola
on 2007-05-05 10:26:47 UTC
(
hide
)
Description:
patch that is include in cvs
Filename:
MIME Type:
Creator:
Rafael Ávila de Espíndola
Created:
2007-05-05 10:26:47 UTC
Size:
1009 bytes
patch
obsolete
>Index: ufraw_developer.c >=================================================================== >RCS file: /cvsroot/ufraw/ufraw/ufraw_developer.c,v >retrieving revision 1.42 >retrieving revision 1.43 >diff -u -r1.42 -r1.43 >--- ufraw_developer.c 22 Apr 2007 15:33:55 -0000 1.42 >+++ ufraw_developer.c 4 May 2007 18:48:17 -0000 1.43 >@@ -21,6 +21,17 @@ > #include "nikon_curve.h" > #include "ufraw.h" > >+int lcms_message(int ErrorCode, const char *ErrorText) >+{ >+ /* Possible ErrorCode: >+ * LCMS_ERRC_WARNING 0x1000 >+ * LCMS_ERRC_RECOVERABLE 0x2000 >+ * LCMS_ERRC_ABORTED 0x3000 */ >+ (void)ErrorCode; >+ ufraw_message(UFRAW_ERROR, "%s", ErrorText); >+ return 1; /* Tell lcms that we handled the error */ >+} >+ > developer_data *developer_init() > { > int i; >@@ -45,7 +56,7 @@ > d->intent[display_profile] = -1; > d->updateTransform = TRUE; > d->colorTransform = NULL; >- cmsSetErrorHandler((void *)ufraw_message); >+ cmsSetErrorHandler(lcms_message); > return d; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239147
: 154198