aggregate: Improve checking for too long aggregated filenames.
authorJoey Hess <joey@kitenet.net>
Fri, 10 Jun 2011 22:47:57 +0000 (18:47 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 10 Jun 2011 22:47:57 +0000 (18:47 -0400)
commit8e15f664c4f3c9260c771fee52f6f5ae20ccdddf
tree43f8577e15dec6b928d4ab5dec0623e523797f4b
parentdd077fd79bb792bcaa8b5dc880f114963cdf0d3f
aggregate: Improve checking for too long aggregated filenames.

Two problems fixed:

1. Files are written with a .ikiwiki-new suffix, which has to be taken into
   account.
2. Need to count length of bytes, not of unicode characters.
IkiWiki/Plugin/aggregate.pm
debian/changelog