Skip to content
Snippets Groups Projects
Commit 5efcf92d authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Fix format argument.

parent b6d508d8
No related branches found
No related tags found
1 merge request!6another bb test MR
......@@ -905,7 +905,7 @@ int main(int argc, char *argv[])
const int vtime = taxisInqVtime(taxisID1);
if ( Debug )
fprintf(stdout, "tsID = %d nrecs = %d date = %lld time = %d\n", tsID, nrecs, vdate, vtime);
fprintf(stdout, "tsID = %d nrecs = %d date = %ld time = %d\n", tsID, nrecs, vdate, vtime);
if ( Record )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment