Re: [Boost-bugs] [Boost C++ Libraries] #6322: Improper string formatting in example

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6322: Improper string formatting in example
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-24 22:31:43


#6322: Improper string formatting in example
---------------------------------------+------------------------------------
  Reporter: filmorependrgn@… | Owner: matias
      Type: Patches | Status: new
 Milestone: To Be Determined | Component: Documentation
   Version: Boost 1.48.0 | Severity: Cosmetic
Resolution: | Keywords:
---------------------------------------+------------------------------------

Comment (by anonymous):

 I can't figure out if this is fixed in the latest source, but the change
 is

 {{{

 84c84
 < sprintf(header, "%4d", body_length_);
 ---
> sprintf(header, "%4zd", body_length_);

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6322#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:08 UTC