]> git.mxchange.org Git - flightgear.git/commit
Fix compiler warning with sprintf format
authorThorstenB <brehmt@gmail.com>
Wed, 21 Nov 2012 19:54:41 +0000 (20:54 +0100)
committerThorstenB <brehmt@gmail.com>
Fri, 23 Nov 2012 20:16:07 +0000 (21:16 +0100)
commit4a53002784ee9aaf9fccd621cdba5b7e9d4bcfb2
tree6177ce4daf8c4d9669a9b3e651509fbeec9dc534
parent846a838c7027c01304dd42f92d0ddc8cc8e02fc0
Fix compiler warning with sprintf format
since PositionedID is "long int", not "long long int".
src/AIModel/AIFlightPlanCreate.cxx
src/AIModel/AIFlightPlanCreatePushBack.cxx