Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!ucbvax!BBN.COM!pmorris From: pmorris@BBN.COM (Phil Morris) Newsgroups: comp.society.futures Subject: Re: C's sins of commission (was: (pssst...fortran?)) Message-ID: <9009202223.AA15600@encore.encore.com> Date: 20 Sep 90 22:22:25 GMT References: <9009202104.AA21146@raven.pa.dec.com> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 19 > printf("%c %c %c %c\n", un.str[0], un.str[1], un.str[2], un.str[3]); Whoops -- stupid assumption -- make that: int i; ... for (i = 0; i < SZLONG; i++) printf("%c ", un.str[i]); printf("\n"); Sorry, -Phil -------- Phil Morris (pmorris@dgi0.bbn.com) Disclaimer: ME? I'm only a non-smoking cat; can't believe a word I meow.