about summary refs log tree commit diff
path: root/editor/pamundice.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamundice.c')
-rw-r--r--editor/pamundice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pamundice.c b/editor/pamundice.c
index 1fe37d3d..90bac9f6 100644
--- a/editor/pamundice.c
+++ b/editor/pamundice.c
@@ -608,7 +608,7 @@ verifyRankFileAttributes(struct pam *       const inpam,
             pm_error("Rank %u, File %u image has format 0x%x, "
                      "which differs from others (0x%x)",
                      rank, file, inpamP->format, outpamP->format);
-        else if (!STREQ(inpamP->tuple_type, outpamP->tuple_type))
+        else if (!streq(inpamP->tuple_type, outpamP->tuple_type))
             pm_error("Rank %u, File %u image has tuple type '%s', "
                      "which differs from others ('%s')",
                      rank, file, inpamP->tuple_type, outpamP->tuple_type);