From 1e8440621bf8fc760d1da6ee9b334c920a5b7ffe Mon Sep 17 00:00:00 2001 From: Banana Date: Thu, 29 Nov 2012 16:28:32 +0100 Subject: [PATCH] small code updates. nothing serious --- help.html | 9 ++++++--- lib/Insipid/Main.pm | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/help.html b/help.html index ee39747..e070848 100755 --- a/help.html +++ b/help.html @@ -1,20 +1,23 @@ diff --git a/lib/Insipid/Main.pm b/lib/Insipid/Main.pm index 12e7663..b4aa552 100755 --- a/lib/Insipid/Main.pm +++ b/lib/Insipid/Main.pm @@ -582,6 +582,7 @@ sub do_import { my $old_fh = select(OUTPUT_HANDLE); my $cbuffer = ""; my $pcount = 0; + my $icount = 0; $| = 1; select($old_fh); @@ -661,6 +662,7 @@ sub do_import { } add_bookmark($url, $title, "", $access_level, $epoch, $tagvalue, 1); + $icount++; } # Option -- 2.39.5