Skip to content

Commit

Permalink
oops x2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Jul 25, 2024
1 parent 0de8e4e commit 5af2e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ void ESP8266WebServerTemplate<ServerType>::_streamFileCore(const size_t fileSize
}

template <typename ServerType>
size_t ESP8266WebServerTemplate<ServerType>::pathArgs() const {
int ESP8266WebServerTemplate<ServerType>::pathArgs() const {
if (_currentHandler != nullptr)
return _currentHandler->pathArgsSize();
return 0;
Expand Down

0 comments on commit 5af2e03

Please sign in to comment.