master
joey 2007-01-14 05:01:46 +00:00
parent d69488a9df
commit 1379fa7402
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ sub add_page (@) { #{{{
my $max=POSIX::pathconf($config{srcdir}, &POSIX::_PC_NAME_MAX);
if (defined $max && length(htmlpage($page)) >= $max) {
$c="";
$page="item";
$page=$feed->{dir}."/item";
while (exists $IkiWiki::pagecase{lc $page.$c} ||
-e pagefile($page.$c)) {
$c++