Re: [ros-users] ROS_BUILD with optimization causes disfuncti…

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] ROS_BUILD with optimization causes disfunctionality
>
>
> "const char ESC_CHARS[] = {'\r','\n'};"
>


This doesn't have a null terminator, which could definitely cause problems.
The string "\r\n" automatically null terminates.

Josh