comparison src/version.c @ 14073:a9b141cf99ff v8.1.0054

patch 8.1.0054: compiler warning for using %ld for "long long" commit https://github.com/vim/vim/commit/5ecdf96422af3171cf948865bf057c2a61f042bc Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 13 20:49:50 2018 +0200 patch 8.1.0054: compiler warning for using %ld for "long long" Problem: Compiler warning for using %ld for "long long". Solution: Add a type cast. (closes https://github.com/vim/vim/issues/3002)
author Christian Brabandt <cb@256bit.org>
date Wed, 13 Jun 2018 21:00:06 +0200
parents c1fcfafa8d1a
children 320956bddcef
comparison
equal deleted inserted replaced
14072:da680e50bcde 14073:a9b141cf99ff
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 54,
764 /**/ 766 /**/
765 53, 767 53,
766 /**/ 768 /**/
767 52, 769 52,
768 /**/ 770 /**/