Merge branch '1.0-local' into 1.0
This commit is contained in:
commit
657be920e0
|
@ -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