diff options
| author | Simeon Simeonov | 2018-02-26 12:18:09 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 12:18:09 +0100 |
| commit | 35b93d404b2124065a474a3aa3f17d64974d4840 (patch) | |
| tree | 3f7f9f8115302c14fdc60598af4d66103dc61717 | |
| parent | ade95c14a055a404fd1f2b9cb6da94d12cc61a98 (diff) | |
PGP Signature fix
| -rw-r--r-- | libsylph/utils.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libsylph/utils.c b/libsylph/utils.c index aabce06..6ecf328 100644 --- a/libsylph/utils.c +++ b/libsylph/utils.c | |||
| @@ -3306,10 +3306,10 @@ gint canonicalize_file(const gchar *src, const gchar *dest) | |||
| 3306 | } | 3306 | } |
| 3307 | } | 3307 | } |
| 3308 | 3308 | ||
| 3309 | if (last_linebreak == TRUE) { | 3309 | /* if (last_linebreak == TRUE) { */ |
| 3310 | if (fputs("\r\n", dest_fp) == EOF) | 3310 | /* if (fputs("\r\n", dest_fp) == EOF) */ |
| 3311 | err = TRUE; | 3311 | /* err = TRUE; */ |
| 3312 | } | 3312 | /* } */ |
| 3313 | 3313 | ||
| 3314 | if (ferror(src_fp)) { | 3314 | if (ferror(src_fp)) { |
| 3315 | FILE_OP_ERROR(src, "fgets"); | 3315 | FILE_OP_ERROR(src, "fgets"); |
