Fix compilation error.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 22 Aug 2020 09:46:42 +0000 (11:46 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 22 Aug 2020 09:46:42 +0000 (11:46 +0200)
dwarfredundant

index c7c50c0..a7dd9e0 100755 (executable)
@@ -19,7 +19,7 @@ for my $argv (@ARGV) {
     die if !$redundant;
     my $saved=eval($addr)+1-eval($redundant_addr);
     $saved_total+=$saved;
-    print "saved=$saved:\n$redundant_textsaved_total=$saved_total\n\n" if !$quiet;
+    print "saved=$saved:\n${redundant_text}saved_total=$saved_total\n\n" if !$quiet;
     $redundant=0;
   }
   while (<F>) {