mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-30 12:59:18 +01:00
... an another one ...
This commit is contained in:
parent
4251937198
commit
50c20d4a72
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user