Menu

#1 white space in -t argument string

open-invalid
nobody
None
5
2007-04-08
2007-03-25
ptr_to_:)
No

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

Discussion

  • ptr_to_:)

    ptr_to_:) - 2007-04-08
    • status: open --> open-invalid
     
  • ptr_to_:)

    ptr_to_:) - 2007-04-08

    Logged In: YES
    user_id=1705289
    Originator: YES

    Use double quotes around it.

     
  • ptr_to_:)

    ptr_to_:) - 2007-05-16

    Logged In: YES
    user_id=1705289
    Originator: YES

    use enclosing quotes for most operating systems to pass a white space to executable

     

Log in to post a comment.