id	summary	reporter	owner	description	type	status	priority	component	version	severity	resolution	keywords	cc
166	igclient --send=FILE fails when FILE starts with a space	bluey	jdunn	"If you run
{{{
igclient --send=FILE
}}}

and the first line of FILE is
{{{
space 1000
}}}

igclient fails with:
{{{
Nov 25 15:49:22 2009 ERROR: Illegal pulse reading pulse file FILE(1): pulse 500
Nov 25 15:49:22 2009 ERROR: Failed to pack data: Invalid argument
}}}

We shouldn't fail if the first line of a code is a space. We should probably just ignore that line and send the rest of the file and print a warning that says:
{{{
WARNING: FILE begins with space, ignoring first line.
}}}

"	enhancement	new	normal	Software		minor			
