소스 검색

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

불러오는 중...
취소
저장