ide: Fixed remaining warning in Linux
authorJerome St-Louis <jerome@ecere.com>
Thu, 12 Jun 2014 13:53:00 +0000 (09:53 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 12 Jun 2014 13:53:00 +0000 (09:53 -0400)
ide/src/ide.ec

index f31cb30..e14ac96 100644 (file)
@@ -3611,7 +3611,7 @@ bool GetInstalledFileOrFolder(const char * subDir, const char * name, char * pat
 #else
    if(!found)
    {
-      byte * tokens[256];
+      char * tokens[256];
       int c, numTokens;
 
       GetEnvironment("XDG_DATA_DIRS", v, maxPathLen);