]> git.donarmstrong.com Git - lilypond.git/commit
Fix #1186.
authorPatrick McCarty <pnorcks@gmail.com>
Tue, 14 Sep 2010 23:13:23 +0000 (16:13 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Wed, 15 Sep 2010 01:03:20 +0000 (18:03 -0700)
commit5158cad47176cbddaf0e78b11119dfe689a19c66
tree5a4bed729eda523bb52e61add86847ca4c4e8a7e
parent2087c46eaf12eaf884dad2da49ebd1183b9941d7
Fix #1186.

Checking the page count to detect EPS files is faulty, since it is legal
to specify "%%Pages: 1".

This commit revises the conditional statement to use a file-extension
check (for ".eps") instead.

This was a regression introduced by commit 1f8c40c86902c6c98091ccfd3ecf02ec1fc2bed5
scm/ps-to-png.scm