diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-01 22:20:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-01 22:20:13 +0800 |
commit | 8926a47f88ffe1a2193f88ca7233479122a2f10a (patch) | |
tree | 8069756365d4e3cbd4513c8ca05603fa0e0a308a /x11-toolkits/eel/files | |
parent | 88a5f753dc30603c75e81fe50d71f5ee248f7f3c (diff) | |
download | marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.gz marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.bz2 marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.lz marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.xz marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.zst marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.zip |
Update to 2.9.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3768 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/eel/files')
-rw-r--r-- | x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c b/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c deleted file mode 100644 index a71c0f102..000000000 --- a/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- eel/eel-vfs-extensions.c 2001/12/20 13:41:21 1.1 -+++ eel/eel-vfs-extensions.c 2001/12/20 13:47:36 -@@ -116,7 +116,8 @@ - - /* Return the file. */ - *file_size = total_bytes_read; -- *file_contents = g_realloc (buffer, total_bytes_read); -+ *file_contents = g_realloc (buffer, total_bytes_read + 1); -+ (*file_contents)[total_bytes_read] = '\0'; - return GNOME_VFS_OK; - } - |