Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b81639cf
Commit
b81639cf
authored
Mar 09, 2005
by
Andy Cedilnik
Browse files
BUG: This is weird, but marquee does not seem to handle base64 with new lines
parent
630b6353
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utilities/cmxmlrpc/xmlrpc_serialize.c
View file @
b81639cf
...
...
@@ -258,7 +258,7 @@ xmlrpc_serialize_base64_data (xmlrpc_env *env,
size_t
size
;
/* Encode the data. */
encoded
=
xmlrpc_base64_encode
(
env
,
data
,
len
);
encoded
=
xmlrpc_base64_encode
_without_newlines
(
env
,
data
,
len
);
XMLRPC_FAIL_IF_FAULT
(
env
);
contents
=
XMLRPC_TYPED_MEM_BLOCK_CONTENTS
(
unsigned
char
,
encoded
);
size
=
XMLRPC_TYPED_MEM_BLOCK_SIZE
(
unsigned
char
,
encoded
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment