mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
NETWORKING: Fix unknow key error when using local server
This commit is contained in:
parent
3d36f38221
commit
bbff87e74e
@ -442,7 +442,7 @@ Common::String Reader::path() const { return _path; }
|
||||
|
||||
Common::String Reader::query() const { return _query; }
|
||||
|
||||
Common::String Reader::queryParameter(Common::String name) const { return _queryParameters[name]; }
|
||||
Common::String Reader::queryParameter(Common::String name) const { return _queryParameters.getValOrDefault(name); }
|
||||
|
||||
Common::String Reader::anchor() const { return _anchor; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user