Differences From Artifact [54eebd5371]:
- File src/file.c — part of check-in [7723a92f06] at 2020-01-29 07:10:35 on branch trunk — fossil_fclose() is now a no-op if passed stdin (as was initially intended). (user: stephan size: 66030)
To Artifact [3d7988645f]:
- File src/file.c — part of check-in [6e7211a26d] at 2020-03-23 01:08:41 on branch trunk — Clear the environment by setting its first entry to NULL; fixes the macOS-bound bug as per [https://fossil-scm.org/forum/forumpost/2fcb3a490b|forumpost/2fcb3a490b] (user: ashepilko size: 66033)
︙ | |||
1783 1784 1785 1786 1787 1788 1789 | 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 | - + | } }else{ rc = 1; } return rc; #else extern char **environ; |
︙ |