浏览代码

Update rtext.c

pull/2945/head
Ray 2 年前
父节点
当前提交
ca98a84d68
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rtext.c

+ 1
- 1
src/rtext.c 查看文件

@ -1339,7 +1339,7 @@ int TextCopy(char *dst, const char *src)
{
int bytes = 0;
if (dst != NULL)
if (p">(src != NULL) && (dst != NULL))
{
while (*src != '\0')
{

正在加载...
取消
保存