summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index 58596f8f..12e3cf3e 100644
--- a/src/text.c
+++ b/src/text.c
@@ -1228,7 +1228,6 @@ char *TextReplace(char *text, const char *replace, const char *by)
}
// Insert text in a specific position, moves all text forward
-// REQUIRES: strcpy()
// WARNING: Allocated memory should be manually freed
char *TextInsert(const char *text, const char *insert, int position)
{