Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > e1b2f3726bdc0439c24ef8b7a38d496f > files > 2

perl-Chemistry-Mol-0.370.0-9.mga7.src.rpm

diff -u -r File/Formula.pm blib/lib/Chemistry/File/Formula.pm
--- File/Formula.pm	2009-05-10 15:37:59.000000000 -0400
+++ blib/lib/Chemistry/File/Formula.pm	2016-12-20 11:06:50.522099876 -0500
@@ -200,7 +200,7 @@
     my $fh = $mol->formula_hash;
     $format =~ s/%%/\\%/g;                          # escape %% with a \
     my $joiner = "";
-    $joiner = $1 if $format =~ s/(?<!\\)%j{(.*?)}//;        # joiner %j{}
+    $joiner = $1 if $format =~ s/(?<!\\)%j\{(.*?)}//;        # joiner %j{}
 
     my @symbols;
     if ($opts{formula_sort}) {