You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File:
/tiny_dng_loader.h line 5175 and more
Code:
if (0 != fseek(fp, 0, SEEK_END)) {
if (err) {
(*err) = "Error seeking.\n";
} // <-- may be better add fclose
return false;
}
The text was updated successfully, but these errors were encountered:
File:
/tiny_dng_loader.h line 5175 and more
Code:
if (0 != fseek(fp, 0, SEEK_END)) {
if (err) {
(*err) = "Error seeking.\n";
} // <-- may be better add fclose
return false;
}
The text was updated successfully, but these errors were encountered: