Merge branch '1.0-local' into 1.0

This commit is contained in:
xdrm-brackets 2017-02-23 14:56:16 +01:00
commit 657be920e0
1 changed files with 1 additions and 1 deletions

View File

@ -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 */