ear/extract; extras; samples: Fixes
[sdk] / ear / extract / extract.ec
index 51af54d..b28575c 100644 (file)
@@ -213,7 +213,8 @@ class SelfExtract : Window
    void ViewArchive(const char * path)
    {
       FileListing listing { path };
-      char string[MAX_LOCATION], * directory;
+      char string[MAX_LOCATION];
+      const char * directory;
       DataRow row;
 
       SplitArchivePath(path, string, &directory);