From 119c25dac6dff161b0322fd9fd252a93554ed89b Mon Sep 17 00:00:00 2001 From: Murlocohol Date: Wed, 11 Oct 2023 05:46:15 -0400 Subject: [PATCH] Update rcore.c --- src/rcore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rcore.c b/src/rcore.c index 3214a1386..5266d4681 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -2902,7 +2902,6 @@ const char *TextFormat(const char *text, ...) // We are going to insert [TRUN] at the end of the string so the user knows what happened char *truncBuffer = buffers[index] + MAX_TEXT_BUFFER_LENGTH - 7; // 7 = six letters + '\0' sprintf(truncBuffer, "[TRUN]"); - TRACELOG(LOG_WARNING, "RTEXT: TextFormat string was [TRUN]cated. If you need longer strings, please increase MAX_TEXT_BUFFER_LENGTH."); } index += 1; // Move to next buffer for next function call