Skip to content

Commit

Permalink
ttlogmerge: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
pmyteh committed Jan 29, 2014
1 parent 3e91f91 commit d5ec08f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/ttlogmerge.pl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ sub parse_timestamp

open(my $f1, "<", $ARGV[0]) or die;
open(my $f2, "<", $ARGV[1]) or die;
# TODO: make third argument optional, defaulting to stdout.
open(my $fo, ">", $ARGV[2]) or die;

# Read initial lines from files
Expand Down

0 comments on commit d5ec08f

Please sign in to comment.