mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Fixed several incorrect printf format specifiers
This commit is contained in:
@@ -3317,7 +3317,7 @@ struct ProgramSource::Impl
|
||||
default:
|
||||
CV_Error(Error::StsInternal, "Internal error");
|
||||
}
|
||||
sourceHash_ = cv::format("%08jx", hash);
|
||||
sourceHash_ = cv::format("%08jx", (uintmax_t)hash);
|
||||
isHashUpdated = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user