tesseract-ocr / tesseract

Tesseract Open Source OCR Engine (main repository)
https://tesseract-ocr.github.io/
Apache License 2.0
61.31k stars 9.41k forks source link

Replace strcpy and strncpy by new inline helper function #4250

Closed stweil closed 4 months ago

egorpugin commented 4 months ago

We should name it copy_string__remove_after_transition_to_std_strings().

stweil commented 4 months ago

We should name it copy_string__remove_after_transition_to_std_strings().

That's a little bit long, but a comment which basically says the same thing could be added in helpers.h.