ear: Fix for crash displaying files times with LANGUAGE=zh_CN (Longer time strings)
authorJerome St-Louis <jerome@ecere.com>
Thu, 8 Mar 2012 23:13:00 +0000 (18:13 -0500)
committerJerome St-Louis <jerome@ecere.com>
Thu, 8 Mar 2012 23:13:00 +0000 (18:13 -0500)
ear/cmd/ear.ec

index af0fe72..05ce239 100644 (file)
@@ -67,7 +67,7 @@ static void ViewArchive(char * path)
    
    while(listing.Find())
    {
-      char timeString[28];
+      char timeString[100]; //28]; I18n strings take up more characters
       strcpy(string, directory);
       if(string[0])
       {