File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
--- TEInsert.pm 2012-01-27 09:30:15.000000000 +0000
2
- +++ TEInsert.pm.fixed 2015-03-20 23:30:30.912995797 +0000
2
+ +++ TEInsert.pm.fixed 2015-03-21 18:44:05.000000000 +0000
3
3
@@ -45,13 +45,13 @@
4
4
$popfreq=($fpopfreq+$rpopfreq)/2 if(defined($fpopfreq) and defined($rpopfreq));
5
5
$sitesupport="FR";
16
16
{
17
17
$popfreq=$rpopfreq;
18
18
$sitesupport="R";
19
- @@ -230,4 +230,4 @@
19
+ @@ -224,10 +224,11 @@
20
+ }
21
+ else
22
+ {
23
+ - die "impossible";
24
+ + return undef;
25
+ + #die "impossible";
26
+ }
27
+
20
28
}
21
29
22
30
}
Original file line number Diff line number Diff line change 1
1
--- TEInsertUtility.pm 2012-01-27 09:30:15.000000000 +0000
2
- +++ TEInsertUtility.pm.fixed 2015-03-20 23:30:30.919853536 +0000
2
+ +++ TEInsertUtility.pm.fixed 2015-03-21 10:40:36.000000000 +0000
3
3
@@ -78,10 +78,10 @@
4
4
$roverlap eq "-"and $roverlap=undef;
5
5
You can’t perform that action at this time.
0 commit comments