... an another one ...

This commit is contained in:
Relintai 2022-06-27 16:12:49 +02:00
parent 4251937198
commit 50c20d4a72

View File

@ -247,7 +247,7 @@ void WebServerRequest::setup_url_stack() {
_full_path = parser_get_path();
String path = parser_get_path();
size_t pos = 0;
int pos = 0;
String st;
while ((pos = path.find("/")) != -1) {