mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
patch 7.4.1883
Problem: Cppcheck found 2 incorrect printf formats. Solution: Use %ld and %lx. (Dominique Pelle)
This commit is contained in:
@@ -5040,7 +5040,7 @@ gui_mch_set_scrollbar_thumb(
|
||||
SetControl32BitValue (sb->id, val);
|
||||
SetControlViewSize (sb->id, size);
|
||||
#ifdef DEBUG_MAC_SB
|
||||
printf("thumb_sb (%x) %x, %x,%x\n",sb->id, val, size, max);
|
||||
printf("thumb_sb (%x) %lx, %lx,%lx\n",sb->id, val, size, max);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user