[Fix] min
This commit is contained in:
parent
2effad4611
commit
02404a3b16
|
@ -45,7 +45,7 @@
|
|||
if( isset($gstate[$parsed[0]]) ){
|
||||
|
||||
/* (1) If according state does not exist -> go to next chip */
|
||||
if( !isset($parsed[2][$gstate[$parsed[0]]) )
|
||||
if( !isset($parsed[2][$gstate[$parsed[0]]]) )
|
||||
break;
|
||||
|
||||
/* (2) Use more human-readable data */
|
||||
|
|
Loading…
Reference in New Issue