One sprintf() initializations problem



Hi,

What is wrong with this statement?

my $time = sprintf( "0x%08x", `date +%s` );

I got

"Use of uninitialized value in sprintf at /opt/MoteWorks/tos/../make/
scripts/ident_flags line 15."

Thanks.

Jiangfan

.