From e2c2e345fd37a026815df29e0f77a635a9af332d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Jul 2009 00:44:03 +0200 Subject: checklinks: --remove: Fixed a warning --- bin/checklinks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/checklinks b/bin/checklinks index 1ee4839..668b46d 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -51,7 +51,7 @@ sub remove_link { if (-l "$base/$link") { unlink("$base/$link") or warn("cannot unlink $base/$link: $!"); - print_format('removed', $link, '', 'red'); + print_format('removed', $link, '', 'red', 0); } } -- cgit v1.2.3