Skip to content
  • René Ferdinand Rivera Morell's avatar
    Remove use of sprintf. · 32d90614
    René Ferdinand Rivera Morell authored
    Some toolsets are now warning that sprintf is insecure/deprecated. This
    replaces all sprintf calls with equivalent b2 equivalents or new prtinf
    style utilities. This is for all platforms. Which avoids having to debug
    alternate implementations.
    32d90614
Loading