about summary refs log tree commit diff
path: root/converter/other/fiasco/lib/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/lib/image.c')
-rw-r--r--converter/other/fiasco/lib/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/fiasco/lib/image.c b/converter/other/fiasco/lib/image.c
index 7efade5e..705a56aa 100644
--- a/converter/other/fiasco/lib/image.c
+++ b/converter/other/fiasco/lib/image.c
@@ -197,7 +197,7 @@ cast_image (fiasco_image_t *image)
    image_t *this = (image_t *) image->private;
    if (this)
    {
-      if (!streq (this->id, "IFIASCO"))
+      if (!STRSEQ(this->id, "IFIASCO"))
       {
      set_error (_("Parameter `image' doesn't match required type."));
      return NULL;