Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
a4ffb65f
Commit
a4ffb65f
authored
Jun 06, 2012
by
Thomas White
Browse files
Formatting
parent
13770d85
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/indexamajig.c
View file @
a4ffb65f
...
...
@@ -411,11 +411,11 @@ static void process_image(const struct index_args *iargs,
fl
.
l_pid
=
getpid
();
fd
=
open
(
outfile
,
O_WRONLY
);
if
(
fd
==
-
1
)
{
if
(
fd
==
-
1
)
{
ERROR
(
"Error on opening
\n
"
);
exit
(
1
);
}
if
(
fcntl
(
fd
,
F_SETLKW
,
&
fl
)
==
-
1
)
{
if
(
fcntl
(
fd
,
F_SETLKW
,
&
fl
)
==
-
1
)
{
ERROR
(
"Error on setting lock wait
\n
"
);
exit
(
1
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment