mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-07 02:16:28 +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