What the hell does this mean??

Checkpoint Technologies ckp at grebyn.com
Sat Mar 9 13:02:41 AEST 1991


In article <6117 at mahendo.Jpl.Nasa.Gov> robert at triton.JPL.NASA.GOV writes:
>	I keep getting this error 
>		"spa_tclkutc.c", line 130: unacceptable operand of &
>	on this line
>		(void) sscanf(ptr,"%04d",&(primary.utc.dy));

Only thing I can think of, is if "dy" is a bit field. You cant make a
pointer to a bit field.
-- 
First comes the logo: C H E C K P O I N T  T E C H N O L O G I E S      / /  
                                                                    \\ / /    
Then, the disclaimer:  All expressed opinions are, indeed, opinions. \  / o
Now for the witty part:    I'm pink, therefore, I'm spam!             \/



More information about the Comp.lang.c mailing list