mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-23 09:37:17 +01:00
Fixed typo.
This commit is contained in:
parent
7c216fd161
commit
2effb794fd
@ -85,7 +85,7 @@ String WebNode::get_full_uri_parent(const bool slash_at_the_end) {
|
|||||||
_rw_lock.read_unlock();
|
_rw_lock.read_unlock();
|
||||||
|
|
||||||
if (!slash_at_the_end) {
|
if (!slash_at_the_end) {
|
||||||
uri.resize(uri.length() - 1);
|
uri.set_length(uri.length() - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return uri;
|
return uri;
|
||||||
|
Loading…
Reference in New Issue
Block a user