summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-07 10:08:38 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-07 10:08:38 +0000
commit62e3755c4be311ba809cc16bc21c82ea9118a19d (patch)
tree3e0c6d8487aeffbc694c5dc3ef3f227c0c0bb54a /lib
parentfc5c3c2c46a9f061960b2bae79733eccfa212db7 (diff)
Chop comment lines at 132 to avoid surprising Fortran90 people
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2997 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/f_file_processor.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/f_file_processor.pl b/lib/sbin/f_file_processor.pl
index 5a1d83ae..56e1bf74 100644
--- a/lib/sbin/f_file_processor.pl
+++ b/lib/sbin/f_file_processor.pl
@@ -73,7 +73,7 @@ while (<>)
{
# Remove quotes
s/['"]//g;
- if (/(.{72,72}).*/)
+ if (/(.{132,132}).*/)
{
print $1;
}