projects
/
pr0n
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62fc186
)
Off-by-one. Fix.
author
Steinar H. Gunderson
<sesse@debian.org>
Thu, 12 Apr 2007 00:14:37 +0000
(
02:14
+0200)
committer
Steinar H. Gunderson
<sesse@debian.org>
Thu, 12 Apr 2007 00:14:37 +0000
(
02:14
+0200)
perl/Sesse/pr0n/Index.pm
patch
|
blob
|
history
diff --git
a/perl/Sesse/pr0n/Index.pm
b/perl/Sesse/pr0n/Index.pm
index 754c98804ace0d5df8f364a31e4885e772455933..e91d9c17b485264f9fd6b3b2acf5a7722513c72f 100644
(file)
--- a/
perl/Sesse/pr0n/Index.pm
+++ b/
perl/Sesse/pr0n/Index.pm
@@
-201,7
+201,7
@@
sub handler {
my $toclose = 0;
my $lastupl = "";
- my $img_num = (defined($start) && defined($num)) ? $start :
0
;
+ my $img_num = (defined($start) && defined($num)) ? $start :
1
;
# Print out all thumbnails
if ($rot == 1) {