diff options
author | JinWang An <jinwang.an@samsung.com> | 2022-12-26 13:14:06 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2022-12-26 13:14:06 +0900 |
commit | 2ef22f8616f1294d54a65fba87915038816252d8 (patch) | |
tree | 52428ef9040a1209b12c7b888bca4d3902b5f031 /src/io.c | |
parent | d67960a977528a97de88d66c1fd0dd70d3b105ee (diff) | |
download | dosfstools-2ef22f8616f1294d54a65fba87915038816252d8.tar.gz dosfstools-2ef22f8616f1294d54a65fba87915038816252d8.tar.bz2 dosfstools-2ef22f8616f1294d54a65fba87915038816252d8.zip |
Imported Upstream version 3.0.20upstream/3.0.20
Diffstat (limited to 'src/io.c')
-rw-r--r-- | src/io.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. - On Debian systems, the complete text of the GNU General Public License + The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. */ @@ -223,7 +223,7 @@ int fs_close(int write) changes = next; } if (close(fd) < 0) - pdie("closing file system"); + pdie("closing filesystem"); return changed || did_change; } |