mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Merge fcf187a6f2
into 7f3184a6c5
This commit is contained in:
commit
51b8149787
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ static enum markertype guess_value_type(struct property *prop)
|
|||
nnotcelllbl++;
|
||||
}
|
||||
|
||||
if ((p[len-1] == '\0') && (nnotstring == 0) && (nnul <= (len-nnul))
|
||||
if ((p[len-1] == '\0') && (nnotstring == 0) && (nnul < (len-nnul))
|
||||
&& (nnotstringlbl == 0)) {
|
||||
if (nnul > 1)
|
||||
add_string_markers(prop);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue