mirror of https://github.com/stella-emu/stella.git
Fix minor warning from clang-tidy.
This commit is contained in:
parent
7de717114c
commit
7b5d25d9f1
|
@ -99,7 +99,7 @@ class PlusROMRequest {
|
|||
client.set_write_timeout(milliseconds(WRITE_TIMEOUT_MSEC));
|
||||
|
||||
auto response = client.Post(
|
||||
myDestination.path.c_str(),
|
||||
myDestination.path,
|
||||
headers,
|
||||
reinterpret_cast<const char*>(myRequest.data()),
|
||||
myRequestSize,
|
||||
|
|
Loading…
Reference in New Issue