We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db63ef1 commit fd5e8e3Copy full SHA for fd5e8e3
src/xmlrpc_decompose.c
@@ -1094,7 +1094,7 @@ void
1094
xmlrpc_decompose_value_va(xmlrpc_env * const envP,
1095
xmlrpc_value * const valueP,
1096
const char * const format,
1097
- va_list args) {
+ va_list const args) {
1098
1099
bool const oldstyleMemMgtFalse = false;
1100
va_listx argsx;
@@ -1125,7 +1125,7 @@ void
1125
xmlrpc_parse_value_va(xmlrpc_env * const envP,
1126
1127
1128
1129
1130
bool const oldstyleMemMgmtTrue = true;
1131
0 commit comments