Ugh, fix braino.

This commit is contained in:
Tor Lillqvist
2005-08-01 19:23:10 +00:00
parent d5a989875b
commit 7aa2e37f5e
5 changed files with 32 additions and 6 deletions

View File

@@ -5,7 +5,10 @@
return "localhost" hostnames.
(safe_strcmp_filename): New function that considers slash and
backslash equal on Win32.
(run_roundtrip_tests): Use safe_strcmp_filename().
(safe_strcmp_hostname): New function that considers "localhost"
equal NULL on Win32.
(run_roundtrip_tests): Use safe_strcmp_filename() and
safe_strcmp_hostname().
Sun Jul 31 01:50:20 2005 Tim Janik <timj@gtk.org>