diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-25 13:00:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-25 13:00:48 +0800 |
commit | 11ade5b70d3189c74e363656ff9d9536dafd44c1 (patch) | |
tree | bea4aaa1699ceada932d16acbca8841c482cd6f5 /x11/gnometerminal | |
parent | cff76cd51d45b5fe30a2890f6eecdc6b75f0a502 (diff) | |
download | marcuscom-ports-11ade5b70d3189c74e363656ff9d9536dafd44c1.tar.gz marcuscom-ports-11ade5b70d3189c74e363656ff9d9536dafd44c1.tar.zst marcuscom-ports-11ade5b70d3189c74e363656ff9d9536dafd44c1.zip |
Remove a patch I forgot in the last commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@430 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnometerminal')
-rw-r--r-- | x11/gnometerminal/files/patch-src_encoding.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/gnometerminal/files/patch-src_encoding.c b/x11/gnometerminal/files/patch-src_encoding.c deleted file mode 100644 index 2eea5b85b..000000000 --- a/x11/gnometerminal/files/patch-src_encoding.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/encoding.c.orig Fri Jan 10 13:28:26 2003 -+++ src/encoding.c Fri Jan 10 13:28:35 2003 -@@ -352,8 +352,8 @@ - for (tmp = strings; tmp != NULL; tmp = tmp->next) - { - const TerminalEncoding *e; -- charset = tmp->data; - TerminalEncoding *encoding; -+ charset = tmp->data; - - if (strcmp (charset, "current") == 0) - g_get_charset (&charset); |