fozziethebeat / S-Space

The S-Space repsitory, from the AIrhead-Research group
GNU General Public License v2.0
203 stars 106 forks source link

Fix index of iteration #73

Closed oroanto closed 7 years ago

oroanto commented 7 years ago

fileNames[0] should be indexed and not fixed to 0, i.e. fileNames[i]

davidjurgens commented 7 years ago

Wow, this is fantastic! That bug has been there a long time without anyone spotting. Thanks so much for this contribution!