Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 202350 | Differences between
and this patch

Collapse All | Expand All

(-)libexif-0.6.16/libexif/exif-loader.c (+2 lines)
Lines 176-181 exif_loader_write (ExifLoader *eld, unsi Link Here
176
		break;
176
		break;
177
	}
177
	}
178
178
179
	if (!len)
180
		return 1;
179
	exif_log (eld->log, EXIF_LOG_CODE_DEBUG, "ExifLoader",
181
	exif_log (eld->log, EXIF_LOG_CODE_DEBUG, "ExifLoader",
180
		  "Scanning %i byte(s) of data...", len);
182
		  "Scanning %i byte(s) of data...", len);
181
183

Return to bug 202350