Op een mooie winterdag (Wednesday 15 February 2006 05:33),schreef  Craig A. 
Berry:
> Thanks, applied as #27187.

Test-Drive (td180/ODS-5) isn't happy with it though:

CC/DECC/NOANSI_ALIAS /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/
NoList/float=ieee/ieee=denorm/Define=PERL_CORE VMS.C

                scnt = sscanf(inspec, "%2x%2x", outspec, &outspec[1]);
................................................^
%CC-W-INPTRTYPE, In this statement, this argument to sscanf is of "pointer to 
char" type and is not appropriate for the conversion specifier "%2x".  The 
value may overwrite other data or produce unexpected results.
at line number 334 in file USER5:[abeltje.PERL-CURRENT]VMS.C;1

                scnt = sscanf(inspec, "%2x%2x", outspec, &outspec[1]);
.........................................................^
%CC-W-INPTRTYPE, In this statement, this argument to sscanf is of "pointer to 
char" type and is not appropriate for the conversion specifier "%2x".  The 
value may overwrite other data or produce unexpected results.
at line number 334 in file USER5:[abeltje.PERL-CURRENT]VMS.C;1

                scnt = sscanf(inspec, "%2x", outspec);
.............................................^
%CC-W-INPTRTYPE, In this statement, this argument to sscanf is of "pointer to 
char" type and is not appropriate for the conversion specifier "%2x".  The 
value may overwrite other data or produce unexpected results.
at line number 354 in file USER5:[abeltje.PERL-CURRENT]VMS.C;1
%MMK-F-ERRUPD, error status %X10B91260 occurred when updating target VMS.OBJ

HTH +
Good luck,

Abe
-- 
NickC> After I've eaten I'll have proper look at the modperl source.

Grumble, grumble. What's with all this sleep and eat stuff? I never
remember Jarkko having to sleep or eat.
                             -- Yitzchak Scott-Thoennes on p5p @ 2003-10-31

Reply via email to