From 77fca3f6b7b2826a34da4ab6c8d2e42282e15eeb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 16 Jul 2012 22:20:54 +0200 Subject: [PATCH] Update2: Removed a FIXME Unfortunately, I do not know how to force flattening of an array when calling a prototyped function. Will anybody help me? --- update2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update2 b/update2 index bfea61c..4b6fd42 100755 --- a/update2 +++ b/update2 @@ -39,7 +39,7 @@ sub update_ref($$$); open ORIG_STDOUT, '>&', \*STDOUT; if (@ARGV) { - update_ref($ARGV[0], $ARGV[1], $ARGV[2]); #FIXME + update_ref($ARGV[0], $ARGV[1], $ARGV[2]); } else { while () { chomp; -- 2.39.2