mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-15 02:45:32 +00:00
REVIEWED: SaveFileText(), const input text
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user