Menu

#1561 printf should use %d and %u consistently

2.15.1
closed-fixed
5
2010-11-30
2010-11-03
No

Often the clients display unsigned values using "%d" format in printf.
They should use %u consistenly for all unsigned types.

Discussion

  • Ulich Kleber

    Ulich Kleber - 2010-11-25

    Patch for all clients

     
  • Ulich Kleber

    Ulich Kleber - 2010-11-25

    Attached patch changes %d to %u for all clients, where unsigned values are printed.

     
  • Ulich Kleber

    Ulich Kleber - 2010-11-25
    • assigned_to: avpak --> ulikleber
    • status: open --> open-fixed
     
  • Anton Pak

    Anton Pak - 2010-11-29
    • milestone: 898342 --> 2.15.1
     
  • Ulich Kleber

    Ulich Kleber - 2010-11-30

    Fixed with revision 7179

     
  • Ulich Kleber

    Ulich Kleber - 2010-11-30
    • status: open-fixed --> closed-fixed
     
MongoDB Logo MongoDB