Fix typo in swizzle processing loop
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 24 Mar 2010 22:27:50 +0000 (15:27 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 24 Mar 2010 22:27:50 +0000 (15:27 -0700)
commit4d184a1d02edef1720bb8093a91596831f7c017d
tree5cbbb596d4e4bc00832049371d8ec94154c0d945
parent9e97ffb7547f25cbec96f1fb2c60f3ab9b0f0488
Fix typo in swizzle processing loop

One of the accesses to str in the loop used str[0] instead of str[i].

Reported-by: Kenneth Graunke
hir_field_selection.cpp