]> git.xonotic.org Git - xonotic/netradiant.git/commit
use %ld instead of %d for “long int” arguments
authorThomas Debesse <dev@illwieckz.net>
Tue, 18 Jul 2017 09:12:51 +0000 (11:12 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 1 Aug 2017 14:31:20 +0000 (16:31 +0200)
commitf88d626e7c4c1dcd153d755de47620a5e9557af0
tree4bc2648f91f13d6d86f2987b60cea7e4e15fbd6d
parentcb5c74a45f6154d14e5c0309c41e7a4eb0f947f1
use %ld instead of %d for “long int” arguments

- format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’
  use ‘%ld’ instead
tools/quake3/q3data/md3lib.c
tools/quake3/q3data/video.c