mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
Fixed some DEBUG_OUTPUT format string.
This commit is contained in:
committed by
Matthew Barr
parent
1bc12139a2
commit
b58d05dfec
@@ -377,7 +377,7 @@ void partitionGraph(ptr_vector<VertexInfo> &infos, ClassMap &classes,
|
||||
work_queue.push(eq_class);
|
||||
}
|
||||
}
|
||||
DEBUG_PRINTF("partitioned, %lu equivalence classes\n", classinfomap.size());
|
||||
DEBUG_PRINTF("partitioned, %zu equivalence classes\n", classinfomap.size());
|
||||
}
|
||||
|
||||
// generalized equivalence processing (left and right)
|
||||
|
Reference in New Issue
Block a user