[Cs-dev] Patch for CppSound::inputMessage()
| Date | 2005-04-20 15:30 | 
| From | Torgeir Strand Henriksen  | 
| Subject | [Cs-dev] Patch for CppSound::inputMessage() | 
| Attachments | inputmessage.diff | 
Hi! There is a bug in inputMessage() that prevents correct handling of negative and floating point numbers. The default Boost tokenizer seems to treat decimal point and dash/minus as delimiters, so in the attached patch I've added code that just uses space to delimit tokens. Best regards, Torgeir  |