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 155533 Details for
Bug 231809
Review Request: xmlrpc-epi - An implementation of the xmlrpc protocol in C
[?]
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: fix 64 bit warnings
xmlrpc-epi-0.51-64bit.patch (text/plain), 1.38 KB, created by
Hans de Goede
on 2007-05-28 07:34:03 UTC
(
hide
)
Description:
PATCH: fix 64 bit warnings
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2007-05-28 07:34:03 UTC
Size:
1.38 KB
patch
obsolete
>--- xmlrpc-epi-0.51/src/xmlrpc.c~ 2007-05-28 09:29:09.000000000 +0200 >+++ xmlrpc-epi-0.51/src/xmlrpc.c 2007-05-28 09:29:09.000000000 +0200 >@@ -699,7 +699,7 @@ > XMLRPC_ERROR_CODE code; > char buf[1024]; > snprintf (buf, sizeof (buf), >- "error occurred at line %i, column %i, byte index %i", >+ "error occurred at line %li, column %li, byte index %li", > error->line, error->column, error->byte_index); > > /* expat specific errors */ >--- xmlrpc-epi-0.51/src/xml_element.c~ 2007-05-28 09:45:51.000000000 +0200 >+++ xmlrpc-epi-0.51/src/xml_element.c 2007-05-28 09:45:51.000000000 +0200 >@@ -687,8 +687,8 @@ > if(byte_idx >= 0) { > snprintf(buf, > sizeof(buf), >- "\n\tdata beginning %i before byte index: %s\n", >- byte_idx > 10 ? 10 : byte_idx, >+ "\n\tdata beginning %li before byte index: %s\n", >+ byte_idx > 10 ? 10l : byte_idx, > in_buf + (byte_idx > 10 ? byte_idx - 10 : byte_idx)); > } > >@@ -696,7 +696,7 @@ > "\tdescription: %s\n" > "\tline: %i\n" > "\tcolumn: %i\n" >- "\tbyte index: %i\n" >+ "\tbyte index: %li\n" > "\ttotal bytes: %i\n%s ", > err_code, error_str, line_num, > col_num, byte_idx, byte_total, buf);
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 231809
: 155533