aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rwxr-xr-xsrc/hyper/presea.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 04c810d3..92ea5f8d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-06 Alfredo Portes <doyenatccny@gmail.com>
+
+ * hyper/presea.in: Fix thinko.
+
2009-02-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
Alfredo Portes <doyenatccny@gmail.com>
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 {