[Scummvm-git-logs] scummvm master -> 8cd546c1190eb35c4669dfee33dfa4eb1e351be1

sev- sev at scummvm.org
Sat Jul 31 15:11:03 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8cd546c119 DEVTOOLS: COMPANION: Fix processing files newer than a year


Commit: 8cd546c1190eb35c4669dfee33dfa4eb1e351be1
    https://github.com/scummvm/scummvm/commit/8cd546c1190eb35c4669dfee33dfa4eb1e351be1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-07-31T17:10:08+02:00

Commit Message:
DEVTOOLS: COMPANION: Fix processing files newer than a year

Changed paths:
    devtools/dumper-companion.pl


diff --git a/devtools/dumper-companion.pl b/devtools/dumper-companion.pl
index c06bed70c0..fc2219476b 100755
--- a/devtools/dumper-companion.pl
+++ b/devtools/dumper-companion.pl
@@ -147,7 +147,7 @@ sub processIso($) {
 			print "mkdir \"$outPath$dir\"\n" if $verbose;
 			$numdirs++;
 		} elsif (/^[fF]/) {
-			if (/[fF]i?\s+.{4}\/.{4}+\s+([0-9]+)\s+([0-9]+)\s+\w+\s+\d+\s+\d+\s+(.*)/) {
+			if (/[fF]i?\s+.{4}\/.{4}\s+([0-9]+)\s+([0-9]+)\s+\w+\s+\d+\s+\d+:?\d*\s+(.*)/) {
 				my $res = $1;
 				my $data = $2;
 				my $fname = $3;




More information about the Scummvm-git-logs mailing list