Fix warning about unused variables
This commit is contained in:
parent
7b96144716
commit
572b9a29c8
|
|
@ -2277,10 +2277,11 @@ int FileMove(const char *srcPath, const char *dstPath)
|
|||
int FileTextReplace(const char *fileName, const char *search, const char *replacement)
|
||||
{
|
||||
int result = 0;
|
||||
|
||||
#if SUPPORT_MODULE_RTEXT
|
||||
char *fileText = NULL;
|
||||
char *fileTextUpdated = { 0 };
|
||||
|
||||
#if SUPPORT_MODULE_RTEXT
|
||||
if (FileExists(fileName))
|
||||
{
|
||||
fileText = LoadFileText(fileName);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user