author | Camm Maguire <camm@debian.org> | 2005年01月13日 22:42:56 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2005年01月13日 22:42:56 +0000 |
commit | f082508eacc55d67c501071eacef5f1f658f41f3 (patch) | |
tree | 9b111ab2c90224e9b45af8397d5145a689f59978 | |
parent | f92840161ded151d7f434de324e806be054f6bdf (diff) | |
download | gcl-unlabeled-1.10.4.2.2.7.10.tar.gz |
-rwxr-xr-x | gcl/o/sfasli.c | 2 |
diff --git a/gcl/o/sfasli.c b/gcl/o/sfasli.c index 57cad7605..4791a1303 100755 --- a/gcl/o/sfasli.c +++ b/gcl/o/sfasli.c @@ -118,7 +118,7 @@ LFD(build_symbol_table)(void) { char tmpfile1[80],command[300]; - snprintf(tmpfile1,sizeof(tmpfile1),"rsym%d",getpid()); + snprintf(tmpfile1,sizeof(tmpfile1),"rsym%d",(int)getpid()); #ifndef STAND coerce_to_filename(symbol_value(sSAsystem_directoryA), system_directory); |