aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-02-06 17:52:20 +0000
committerdos-reis <gdr@axiomatics.org>2009-02-06 17:52:20 +0000
commit85f1c4d3dc7dc34ae4436d3ef0ffe0b6c6039b5a (patch)
tree1e87485aed646c8f98c4a8f81c08aa8181e19ee2
parent1fe2ae3281b2fe98141aa6eab6111f98a8a2f95d (diff)
downloadopen-axiom-85f1c4d3dc7dc34ae4436d3ef0ffe0b6c6039b5a.tar.gz
2009-02-06 Alfredo Portes <doyenatccny@gmail.com>
* hyper/presea.in: Fix thinko.
-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 {