mnbujold / c415-compiler

Fall 2012 CMPUT 415 Compiler Course
0 stars 3 forks source link

String lengths do not match #26

Closed James-Osgood closed 11 years ago

James-Osgood commented 11 years ago

Probably because of the null end character (?), strings do not actually have the same size as arrays that should have the same size.