This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository legacy-imlib2.

View the commit online.

commit 0071544859485ec0522ea0e690879a51d58c9fa8
Author: Kim Woelders <[email protected]>
AuthorDate: Sun Nov 13 20:08:19 2022 +0100

    PS loader: Cosmetics
---
 src/modules/loaders/loader_ps.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/modules/loaders/loader_ps.c b/src/modules/loaders/loader_ps.c
index bb162d0..20cd080 100644
--- a/src/modules/loaders/loader_ps.c
+++ b/src/modules/loaders/loader_ps.c
@@ -67,12 +67,13 @@ _load(ImlibImage * im, int load_data)
 
    spectre_page_get_size(sppage, &w, &h);
 
-   D("WxH=%dx%d pages=%d fmt=%s level=%d eps=%d\n", w, h, im->frame_count,
+   D("WxH=%dx%d pages=%d fmt=%s level=%d eps=%d\n", w, h,
+     spectre_document_get_n_pages(spdoc),
      spectre_document_get_format(spdoc),
      spectre_document_get_language_level(spdoc),
      spectre_document_is_eps(spdoc));
-   im->w = im->canvas_w = w;
-   im->h = im->canvas_h = h;
+   im->w = w;
+   im->h = h;
 
    if (!IMAGE_DIMENSIONS_OK(im->w, im->h))
       goto quit;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to