add safety check in case of short extensions
so eg if a two-letter or empty extension is used, `.txt` would break, this `max` call protects that.
Showing
Please register or sign in to comment
so eg if a two-letter or empty extension is used, `.txt` would break, this `max` call protects that.