REVIEWED: SaveFileText(), const input text

This commit is contained in:
Ray
2025-05-11 11:03:49 +02:00
parent 693c9c292a
commit 3083f0cd43
2 changed files with 2 additions and 2 deletions

View File

@@ -405,7 +405,7 @@ void UnloadFileText(char *text)
}
// Save text data to file (write), string must be '\0' terminated
bool SaveFileText(const char *fileName, char *text)
bool SaveFileText(const char *fileName, const char *text)
{
bool success = false;