more tests, fix varargs invocation
This commit is contained in:
parent
3859a40f24
commit
458b317727
@ -453,7 +453,7 @@ TALER_url_absolute_mhd (struct MHD_Connection *connection,
|
|||||||
}
|
}
|
||||||
|
|
||||||
va_start (args, path);
|
va_start (args, path);
|
||||||
result = TALER_url_absolute_raw (proto, host, prefix, path, args);
|
result = url_absolute_raw_va (proto, host, prefix, path, args);
|
||||||
va_end (args);
|
va_end (args);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user