wok annotate libfm/stuff/empty-file.patch @ rev 17734

dahdi-linux: save firmware as source
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 06 11:23:56 2015 +0100 (2015-03-06)
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)