mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 19:08:54 +00:00
V1.0.5
This commit is contained in:
@@ -238,6 +238,9 @@ struct mtd_partition *mtd_parts_parse(char *parts)
|
||||
char *p;
|
||||
p = parts;
|
||||
|
||||
if (!p)
|
||||
return NULL;
|
||||
|
||||
while ((*p != '\0') && (*p != ':'))
|
||||
p++;
|
||||
if (*p != ':') {
|
||||
|
||||
Reference in New Issue
Block a user