[Fix] min

This commit is contained in:
xdrm-brackets 2017-02-23 14:56:11 +01:00
parent 2effad4611
commit 02404a3b16
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
if( isset($gstate[$parsed[0]]) ){ if( isset($gstate[$parsed[0]]) ){
/* (1) If according state does not exist -> go to next chip */ /* (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; break;
/* (2) Use more human-readable data */ /* (2) Use more human-readable data */