mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 18:02:12 +00:00
Fix cutoff text, we don't need that.
This commit is contained in:
parent
6c69cdb93c
commit
3c9b39f4bd
@ -631,7 +631,7 @@ const char *utf8skip(const char *str, size_t chars)
|
||||
}
|
||||
#else
|
||||
#define utf8len strlen
|
||||
#define utf8cpy(d,dl,s,sl) strlcpy(d,s,sl)
|
||||
#define utf8cpy(d,dl,s,sl) strlcpy((d),(s),(sl)+1)
|
||||
#define utf8skip(str, chars) ((str)+(chars))
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user