diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
commit | af3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /devel/libsoup/files/patch-tests_coding-test.c | |
parent | c7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff) |
Notes
Diffstat (limited to 'devel/libsoup/files/patch-tests_coding-test.c')
-rw-r--r-- | devel/libsoup/files/patch-tests_coding-test.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/libsoup/files/patch-tests_coding-test.c b/devel/libsoup/files/patch-tests_coding-test.c deleted file mode 100644 index 899c799bc71d..000000000000 --- a/devel/libsoup/files/patch-tests_coding-test.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/coding-test.c.orig 2012-06-29 12:07:41.000000000 +0200 -+++ tests/coding-test.c 2012-06-29 12:47:16.000000000 +0200 -@@ -66,7 +66,7 @@ - } - } - if (file_path && encoding) { -- file = g_strdup_printf (file_path, path); -+ file = g_strdup_printf ("%s", path); - if (g_file_test (file, G_FILE_TEST_EXISTS)) { - soup_message_headers_append (msg->response_headers, - "Content-Encoding", |