Help
-
Search
-
Members
-
Calendar
Full Version:
bug in pfc::string_simple_t::length
Hydrogenaudio Forums
>
Hosted Forums
>
foobar2000
>
Development - (fb2k)
musicmusic
Apr 7 2007, 18:01
string.h / line 572
it is
CODE
t_size length(t_size p_limit = infinite) const {return pfc::strlen_t(get_ptr(),infinite);}
probably should be
CODE
t_size length(t_size p_limit = infinite) const {return pfc::strlen_t(get_ptr(),p_limit);}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Invision Power Board © 2001-2008
Invision Power Services, Inc.