瀏覽代碼

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')
{

Loading…
取消
儲存