wok-6.x annotate libfm/stuff/empty-file.patch @ rev 22725
updated firejail (0.9.34 -> 0.9.62)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 23 09:09:57 2020 +0100 (2020-01-23) |
parents | |
children |
rev | line source |
---|---|
al@17295 | 1 --- src/base/fm-mime-type.c.orig |
al@17295 | 2 +++ src/base/fm-mime-type.c |
al@17295 | 3 @@ -156,10 +156,10 @@ |
al@17295 | 4 if(uncertain) |
al@17295 | 5 { |
al@17295 | 6 int fd, len; |
al@17295 | 7 - if(pstat->st_size == 0) /* empty file = text file with 0 characters in it. */ |
al@17295 | 8 + if(pstat->st_size == 0) /* empty file */ |
al@17295 | 9 { |
al@17295 | 10 g_free(type); |
al@17295 | 11 - return fm_mime_type_from_name("text/plain"); |
al@17295 | 12 + return fm_mime_type_from_name("application/x-zerosize"); |
al@17295 | 13 } |
al@17295 | 14 fd = open(file_path, O_RDONLY); |
al@17295 | 15 if(fd >= 0) |