Layout21
Layout21 copied to clipboard
fix read_str when str is empty
I found that for some GDS files a string can be empty causing an usize underflow in the read_str method.
This fixes it.