portableproplib/prop_object: fix tyops in previous.
This commit is contained in:
parent
0d3c07cdee
commit
8acc375487
@ -851,10 +851,10 @@ _prop_object_externalize_write_file(const char *fname, const char *xml,
|
|||||||
|
|
||||||
myumask = umask(S_IXUSR|S_IRWXG|S_IRWXO);
|
myumask = umask(S_IXUSR|S_IRWXG|S_IRWXO);
|
||||||
if ((fd = mkstemp(tname)) == -1) {
|
if ((fd = mkstemp(tname)) == -1) {
|
||||||
umask(myymask);
|
umask(myumask);
|
||||||
return (false);
|
return (false);
|
||||||
}
|
}
|
||||||
umask(myymask);
|
umask(myumask);
|
||||||
|
|
||||||
if (do_compress) {
|
if (do_compress) {
|
||||||
if ((gzf = gzdopen(fd, "a")) == NULL)
|
if ((gzf = gzdopen(fd, "a")) == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user