cornucopia: bump SRCREV
[openembedded.git] / recipes / boost / files / sscanf.patch
blob11d1c96a474fbc75eef5d3a24f1ab4c27982ce80
1 Index: boost_1_36_0/boost/test/impl/debug.ipp
2 ===================================================================
3 --- boost_1_36_0.orig/boost/test/impl/debug.ipp 2009-11-11 22:45:05.239343879 +0100
4 +++ boost_1_36_0/boost/test/impl/debug.ipp 2009-11-11 22:45:11.981848731 +0100
5 @@ -277,7 +277,7 @@
6 while( *name_end && *name_end != ')' )
7 ++name_end;
9 - std::sscanf( name_end+1, "%*s%d", &m_parent_pid );
10 + sscanf( name_end+1, "%*s%d", &m_parent_pid );
12 m_binary_name.assign( name_beg+1, name_end );