Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!karln!karln!karln From: karln@uunet.uu.net Newsgroups: comp.lang.c Subject: Re: What the hell does this mean?? Message-ID: <1991Mar8.180448.806@uunet.uu.net> Date: 8 Mar 91 18:04:48 GMT References: <6117@mahendo.Jpl.Nasa.Gov> Reply-To: karln@karln.UUCP () Organization: Sam76 - Pennington NJ Lines: 14 In article <6117@mahendo.Jpl.Nasa.Gov> robert@triton.JPL.NASA.GOV writes: > I have a small problem: > > (void) sscanf(ptr,"%04d",&(primary.utc.dy)); > > Does anyone know what this means, I'm at my frustration limit.. If dy is an array, then the address (&) symbol should be omitted. Otherwise there is not really enough info here to figure out what your problem is. Karl Nicholas karln!karln@uunet.uu.net