mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
lint warning fix
This commit is contained in:
@@ -527,7 +527,7 @@ bool SUrlParser::parse(const char * uri) {
|
|||||||
enum Type t = Type::begin;
|
enum Type t = Type::begin;
|
||||||
std::string last_param;
|
std::string last_param;
|
||||||
|
|
||||||
if (c != NULL || *c != '\0') {
|
if (c != nullptr || *c != '\0') {
|
||||||
do {
|
do {
|
||||||
if (*c == '/') {
|
if (*c == '/') {
|
||||||
if (s.length() > 0) {
|
if (s.length() > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user