X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ear%2Fextract%2Fextract.ec;h=b28575c6bcfda2f7a9c5ccde2d270ce64c96210c;hb=e4f9c9ccea3da81c722f20dff7452503aec226a9;hp=51af54dfded77cb6f3239f607ee097fe647cbd58;hpb=4836457f112e63f2634dbcb8bd335c5a2f7e7ac9;p=sdk diff --git a/ear/extract/extract.ec b/ear/extract/extract.ec index 51af54d..b28575c 100644 --- a/ear/extract/extract.ec +++ b/ear/extract/extract.ec @@ -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);