whitespace bit
This commit is contained in:
+1
-1
@@ -419,7 +419,7 @@ int flg UNUSED;
|
|||||||
if (tmpfd >= 0) {
|
if (tmpfd >= 0) {
|
||||||
rv = fdopen(tmpfd, WRTMODE); /* temp file is always read+write */
|
rv = fdopen(tmpfd, WRTMODE); /* temp file is always read+write */
|
||||||
Unlink(tmpfbuf);
|
Unlink(tmpfbuf);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
rv = fopen(name, mode);
|
rv = fopen(name, mode);
|
||||||
|
|||||||
Reference in New Issue
Block a user