Răsfoiți Sursa

Update rtext.c

Ray 4 luni în urmă
părinte
comite
9d4c31533d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)
 {