mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Fixed printf unsigned int warning (Win32)
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@318 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -1236,7 +1236,7 @@ void Rtabmap::process()
|
||||
|
||||
if(_foutInt)
|
||||
{
|
||||
fprintf(_foutInt, "%d %d %d %d %d %d %d %d %d %d %d %d %d %d %lu %d %d\n",
|
||||
fprintf(_foutInt, "%d %d %d %d %d %d %d %d %d %d %d %d %d %d %u %d %d\n",
|
||||
_lcHypothesisId,
|
||||
highestHypothesisId,
|
||||
signaturesRemoved,
|
||||
|
||||
Reference in New Issue
Block a user