Skip to content

Commit

Permalink
Cherry-pick PR 4110
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Aug 24, 2024
1 parent 68cbf2a commit 10647c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvips/foreign/heifsave.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,10 @@ vips_foreign_save_heif_pack(VipsForeignSaveHeif *heif,
}
}
else {
VipsObjectClass *class = VIPS_OBJECT_CLASS(heif);
VipsObjectClass *class = VIPS_OBJECT_GET_CLASS(heif);

vips_error(class->nickname,
"%s", _("unimplemeted format conversion"));
"%s", _("unimplemented format conversion"));
return -1;
}

Expand Down

0 comments on commit 10647c0

Please sign in to comment.