[ovs-dev] [PATCH 2/3] dynamic-string: New function ds_get_test_line().

Ben Pfaff blp at nicira.com
Thu May 10 22:48:06 UTC 2012


On Wed, May 09, 2012 at 01:43:46PM -0700, Ethan Jackson wrote:
> > +        if (s[strspn(s, " \t\n")] == '\0') {
> 
> Should this be \r\n?

It doesn't matter too much, there shouldn't be carriage returns in our
test data.

Thanks,

Ben.



More information about the dev mailing list