summaryrefslogtreecommitdiff
path: root/libmu_scm/mu_message.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_scm/mu_message.c')
-rw-r--r--libmu_scm/mu_message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmu_scm/mu_message.c b/libmu_scm/mu_message.c
index 7013a4bfd..5d5721d86 100644
--- a/libmu_scm/mu_message.c
+++ b/libmu_scm/mu_message.c
@@ -167,7 +167,7 @@ mu_scm_message_get (SCM MESG)
int
mu_scm_is_message (SCM scm)
{
- return SCM_NIMP (scm) && SCM_CAR (scm) == message_tag;
+ return SCM_NIMP (scm) && (long) SCM_CAR (scm) == message_tag;
}
/* ************************************************************************* */

Return to:

Send suggestions and report system problems to the System administrator.