ソースを参照

Update rtext.c

pull/4941/head
Ray 9ヶ月前
コミット
9d4c31533d
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rtext.c

+ 1
- 1
src/rtext.c ファイルの表示

@ -1578,7 +1578,7 @@ const char *TextSubtext(const char *text, int position, int length)
}
// Replace text string
// REQUIRES: strlen(), strstr(), strncpy(), strcpy()
// REQUIRES: strstr(), strncpy(), strcpy()
// WARNING: Allocated memory must be manually freed
char *TextReplace(const char *text, const char *replace, const char *by)
{

読み込み中…
キャンセル
保存