Layout21 icon indicating copy to clipboard operation
Layout21 copied to clipboard

fix read_str when str is empty

Open flaport opened this issue 7 months ago • 0 comments

I found that for some GDS files a string can be empty causing an usize underflow in the read_str method.

This fixes it.

flaport avatar Jun 17 '25 08:06 flaport