diff src/emacs.c @ 2031:d82ed7be1636

[xemacs-hg @ 2004-04-19 11:02:54 by stephent] warning cleanup <87smf0ut7w.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 19 Apr 2004 11:02:59 +0000
parents 8e3ead683fd1
children 34ca43a57692
line wrap: on
line diff
--- a/src/emacs.c	Mon Apr 19 08:54:50 2004 +0000
+++ b/src/emacs.c	Mon Apr 19 11:02:59 2004 +0000
@@ -829,7 +829,7 @@
   if (argmatch (argv, argc, "-si", "--show-inline-info", 0, NULL, &skip_args))
     {
 #if defined(PDUMP) && !defined(WIN32_NATIVE)
-      printf ("%d %d\n", dumped_data_max_size(), dumped_data_align_offset());
+      printf ("%u %u\n", dumped_data_max_size(), dumped_data_align_offset());
 #else
       printf ("Portable dumper not configured or windows native; -si just forces exit.\n");
 #endif