summaryrefslogtreecommitdiffstats
path: root/videoadd.pl
diff options
context:
space:
mode:
Diffstat (limited to 'videoadd.pl')
-rwxr-xr-xvideoadd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/videoadd.pl b/videoadd.pl
index 22d5c85..765ed34 100755
--- a/videoadd.pl
+++ b/videoadd.pl
@@ -528,7 +528,7 @@ unless ( defined $ignoredb_flag ) {
$sth_insgenre->finish;
}
- print "\b" or die "Can't print: $!";
+ print "\a" or die "Can't print: $!";
print LOG "Check it out! ", $config{url}. "/show.php?id=" .$id, "\n"
or die "Can't print: $!";
}