white space in -t argument string
Status: Beta
Brought to you by:
ptr_to_null
BUG:
a white space character in the -t tag argument string causes an error.
the white space is considered the ending token for the string
- last,change,b id,ask,vol,openint
will halt the tag list at 'b'
-t last,change,bid,ask, vol,openint
likewise, will halt at 'ask' since vol has a space preceding it.
FIX:
strip white space chars from string prior to converting to char array
Logged In: YES
user_id=1705289
Originator: YES
Use double quotes around it.
Logged In: YES
user_id=1705289
Originator: YES
use enclosing quotes for most operating systems to pass a white space to executable