Merge commit '16e502f1c50c8c0e10a5e014691e1c812a518c57' into libraw-snapshot-202502
Upgrade LibRaw to snapshot 202502.
This commit is contained in:
@@ -566,7 +566,7 @@ void print_verbose(FILE *outfile, LibRaw &MyCoolRawProcessor, std::string &fn)
|
||||
{
|
||||
fprintf(outfile, "\nHighlight linearity limits:");
|
||||
for (int c = 0; c < 4; c++)
|
||||
fprintf(outfile, " %ld", C.linear_max[c]);
|
||||
fprintf(outfile, " %u", C.linear_max[c]);
|
||||
}
|
||||
|
||||
if (P1.colors > 1)
|
||||
|
Reference in New Issue
Block a user