Skip to content

Commit 5af2e03

Browse files
committed
oops x2
1 parent 0de8e4e commit 5af2e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ void ESP8266WebServerTemplate<ServerType>::_streamFileCore(const size_t fileSize
657657
}
658658

659659
template <typename ServerType>
660-
size_t ESP8266WebServerTemplate<ServerType>::pathArgs() const {
660+
int ESP8266WebServerTemplate<ServerType>::pathArgs() const {
661661
if (_currentHandler != nullptr)
662662
return _currentHandler->pathArgsSize();
663663
return 0;

0 commit comments

Comments
 (0)