Files
Dobes Vandermeerandjetstack-bot 980efbb18b Fix address to reference array element
The address of a for loop created variable does not change between loops - the variable is over-written with each new variable.  This fixes the code so that `d` references the array element instead of the local variable, which means that when `d` is assigned to `matchAll` or `specificMatch` it will work as intended.

Signed-off-by: Dobes Vandermeer <dobesv@gmail.com>
2019-06-06 12:29:16 +00:00
..
2019-03-12 14:24:50 +00:00
2019-01-07 15:07:55 +00:00
2019-01-24 19:38:31 +00:00
2019-06-06 12:29:16 +00:00