1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/webglimpse/files/patch-ai
Andrey A. Chernov c2c19a265f Localize it
1998-11-02 20:04:30 +00:00

19 lines
874 B
Plaintext

--- addsearch.orig Thu Jul 2 03:02:53 1998
+++ addsearch Mon Nov 2 14:51:28 1998
@@ -121,12 +121,12 @@
# Initialize variables to avoid warnings
($title, $archiveurl, $traverse_type, $explicit_only, $numhops,
- $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem) =
- ('','','','','','','','','','','');
+ $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem, $locale, $charset) =
+ ('','','','','','','','','','','','','');
($title, $archiveurl, $traverse_type, $explicit_only, $numhops,
- $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem, @urllist) = ReadConfig($archivepwd);
+ $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem, $locale, $charset, @urllist) = ReadConfig($archivepwd);
### HUH? What does this code do? Can we remove it?
### here just in case.