diff options
| author | R. Imura <imura@FreeBSD.org> | 2000-01-30 16:23:57 +0000 |
|---|---|---|
| committer | R. Imura <imura@FreeBSD.org> | 2000-01-30 16:23:57 +0000 |
| commit | 478cafc84fb309fe828906063445a7fd275e8b8e (patch) | |
| tree | 138004449345450c4b62d8d2616fa6ac598cfc2a /www/w3m/files/patch-ao | |
| parent | 8ce2905ce2bda57fe389acedb3b10d680f455cee (diff) | |
Update to version 0.1.7.
PR: 16448
Submitted by: maintainer
Diffstat (limited to 'www/w3m/files/patch-ao')
| -rw-r--r-- | www/w3m/files/patch-ao | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/w3m/files/patch-ao b/www/w3m/files/patch-ao new file mode 100644 index 000000000000..9b00512431d3 --- /dev/null +++ b/www/w3m/files/patch-ao @@ -0,0 +1,16 @@ +--- rc.c.orig Fri Jan 28 09:46:07 2000 ++++ rc.c Fri Jan 28 18:58:17 2000 +@@ -540,13 +540,3 @@ + Strcat_charp(file, base); + return expandName(file->ptr); + } +- +-char * +-helpFile(char *base) +-{ +- Str file = Strnew_charp(HELP_DIR); +- +- Strcat_char(file, '/'); +- Strcat_charp(file, base); +- return expandName(file->ptr); +-} |
