Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-15 13:51:25 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:51:25 (GMT)
commit6d536b8815d57852153f260e9985f6d98effd9d1 (patch)
tree6ea5a1fb0a964ae52ccbc2e5d80eb22fd46fc702 /ChangeLog
parent3997b15fc906d9ce0d7920f9f8e4af3b9404c4f0 (diff)
Don't use more bytes from buffer than were read from the file.
* libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use more bytes from buffer than were read from the file. svn path=/trunk/; revision=3437
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4431e1..2a9a512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-13 Christian Persch <chpe@gnome.org>
+
+ * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
+ more bytes from buffer than were read from the file.
+
2009-02-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* properties/ev-properties-view.c (set_property):