From: utzoo!decvax!cca!tj@Okc-Unix@sri-unix Newsgroups: net.unix-wizards Title: Re: 11/24 and 11/44 printf problems Article-I.D.: sri-unix.4064 Posted: Wed Oct 27 03:18:11 1982 Received: Thu Oct 28 03:20:45 1982 From: Cal Thixton Date: 26 Oct 1982 1:06:20 EST (Tuesday) Try using %D or %ld instead of the %d. %d is for 16 bit quantities, not 32, which is what you are passing. Cal Thixton