[#17600] char* -> const char*
Thanks to Sean Bartell (wtachi), was causing many many warnings which distracted from the real problems.
This commit is contained in:
@@ -96,7 +96,7 @@ static void addDrive(string &path)
|
||||
|
||||
static string unixYafrayPath()
|
||||
{
|
||||
static char *alternative[]=
|
||||
static const char *alternative[]=
|
||||
{
|
||||
"/usr/local/bin/",
|
||||
"/usr/bin/",
|
||||
|
||||
Reference in New Issue
Block a user