mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix cutoff text, we don't need that.
This commit is contained in:
parent
6c69cdb93c
commit
3c9b39f4bd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue