diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-19 04:37:29 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-19 04:37:29 +0000 |
commit | 51a27dc84cdea8c1afc34e946bd2b1fb06c3dbfe (patch) | |
tree | 9d9b41613036ae3bd343b908edf721d6ad125ba9 /net-im/pidgin-latex/files | |
parent | - Finish move chinese/CJK to print/latex-cjk (diff) |
- Update to 1.0
PR: ports/115116
Submitted by: Geoffrey Mainland <mainland at apeiron.net> (maintainer)
Diffstat (limited to 'net-im/pidgin-latex/files')
-rw-r--r-- | net-im/pidgin-latex/files/patch-LaTeX.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-im/pidgin-latex/files/patch-LaTeX.c b/net-im/pidgin-latex/files/patch-LaTeX.c deleted file mode 100644 index a09cfc364416..000000000000 --- a/net-im/pidgin-latex/files/patch-LaTeX.c +++ /dev/null @@ -1,17 +0,0 @@ ---- LaTeX.c.orig Sun Jul 3 11:23:45 2005 -+++ LaTeX.c Sun Jul 3 11:24:29 2005 -@@ -77,13 +77,13 @@ - - while(ptr1 != NULL) - { -- retro = FALSE; - char *tex, *message, *idstring; - gchar *name, *buf; - char *filedata; - size_t size; - GError *error = NULL; - char *filter; -+ retro = FALSE; - - pos1 = strlen(*tmp2) - strlen(ptr1); - |