From 8c7b2a9d83fbe23e9073a188c7b970f100a91562 Mon Sep 17 00:00:00 2001 From: Marc Aurele La France Date: Mon, 4 Mar 2002 21:15:28 +0000 Subject: [PATCH] Warning fixes --- src/fcatomic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fcatomic.c b/src/fcatomic.c index bfae53c..68acde3 100644 --- a/src/fcatomic.c +++ b/src/fcatomic.c @@ -1,5 +1,5 @@ /* - * $XFree86: $ + * $XFree86: xc/lib/fontconfig/src/fcatomic.c,v 1.1 2002/03/03 00:19:43 keithp Exp $ * * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. * @@ -107,7 +107,7 @@ FcAtomicLock (FcAtomic *atomic) unlink ((char *) atomic->tmp); return FcFalse; } - ret = fprintf (f, "%d\n", getpid()); + ret = fprintf (f, "%ld\n", (long)getpid()); if (ret <= 0) { fclose (f); -- 2.39.2