eeps syntax error

This commit is contained in:
Ward Wouts 2003-06-24 19:35:56 +00:00
parent 3ba314298a
commit 95a0c43781

View file

@ -1,6 +1,6 @@
#!/usr/local/bin/ruby -w #!/usr/local/bin/ruby -w
# $Dwarf: ripnews.rb,v 1.71 2003/06/20 22:20:35 ward Exp $ # $Dwarf: ripnews.rb,v 1.72 2003/06/24 19:03:42 ward Exp $
# $Source$ # $Source$
require 'date' require 'date'
@ -483,7 +483,7 @@ trap("HUP") {
puts "Rereading config...\n" puts "Rereading config...\n"
parse_config(@defaults) parse_config(@defaults)
check_config check_config
puts "Done reading config\n puts "Done reading config\n"
} }
@maxfilelength = get_max_file_length(@config[@config.keys[0]]["TEMPDIR"]) @maxfilelength = get_max_file_length(@config[@config.keys[0]]["TEMPDIR"])