summaryrefslogtreecommitdiff
path: root/libmu_scm/mu_mime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_scm/mu_mime.c')
-rw-r--r--libmu_scm/mu_mime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmu_scm/mu_mime.c b/libmu_scm/mu_mime.c
index b1db9aa4f..e0d12db30 100644
--- a/libmu_scm/mu_mime.c
+++ b/libmu_scm/mu_mime.c
@@ -81,7 +81,7 @@ mu_scm_mime_get (SCM MIME)
int
mu_scm_is_mime (SCM scm)
{
- return SCM_NIMP (scm) && SCM_CAR (scm) == mime_tag;
+ return SCM_NIMP (scm) && (long) SCM_CAR (scm) == mime_tag;
}
/* ************************************************************************* */

Return to:

Send suggestions and report system problems to the System administrator.