Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > c3780d29666c37b955f8b62ec14d202b > files > 3

monitor-edid-3.1-9.mga6.src.rpm

Index: monitor-parse-edid
===================================================================
--- monitor-parse-edid
+++ monitor-parse-edid	2018-05-23 15:09:07.223341780 +0200
@@ -55,7 +55,7 @@
 	use Data::Dumper;
 	$Data::Dumper::Sortkeys = 1;
 	my $s = Dumper($edid);
-	$s =~ s/.*? = {/+{/;	# remove variable name we don't want
+	$s =~ s/.*? = \{/+{/;	# remove variable name we don't want
 	$s =~ s/};$/}/m;
 	print $s;
     } elsif ($MonitorsDB) {