Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 538788
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/./opjitconv/opjitconv.c
0
++ b/./opjitconv/opjitconv.c
Lines 216-222 Link Here
216
	int file_locked = 0;
216
	int file_locked = 0;
217
	unsigned int usecs_waited = 0;
217
	unsigned int usecs_waited = 0;
218
	int rc = OP_JIT_CONV_OK;
218
	int rc = OP_JIT_CONV_OK;
219
	int fd = open(dumpfile, S_IRUSR);
219
	int fd = open(dumpfile, O_CREAT, S_IRUSR);
220
	if (fd < 0) {
220
	if (fd < 0) {
221
		perror("opjitconv failed to open JIT dumpfile");
221
		perror("opjitconv failed to open JIT dumpfile");
222
		return OP_JIT_CONV_FAIL;
222
		return OP_JIT_CONV_FAIL;

Return to bug 538788