int=/=long changes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@778 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2003-02-14 12:01:49 +00:00
parent 786267cf94
commit 424509a54a
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ atom_gc(void)
tot_agc_time += agc_time;
tot_agc_recovered += agc_collected;
if (gc_verbose) {
fprintf(Yap_stderr, "[AGC] collected %d bytes.\n", agc_collected);
fprintf(Yap_stderr, "[AGC] collected %ld bytes.\n", agc_collected);
fprintf(Yap_stderr, "[AGC] GC %d took %g sec, total of %g sec doing GC so far.\n", agc_calls, (double)agc_time/1000, (double)tot_agc_time/1000);
}
}