diff options
Diffstat (limited to 'src/hyper')
-rwxr-xr-x | src/hyper/presea.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/presea.in b/src/hyper/presea.in index c8ab71c1..788a28b6 100755 --- a/src/hyper/presea.in +++ b/src/hyper/presea.in @@ -7,7 +7,7 @@ BEGIN {n=0;m=0 n=n+1; j=split($0,b,"{"); if ( j>= 2) - m=m+substr(b[j],1,length(b[j])-1); + m=m+substr(b[2],1,length(b[2])-1); } END { |