mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
* Added license information * Cleaned up Makefile PR: 220973 Submitted by: Aaron Baugher (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11897
12 lines
228 B
C
12 lines
228 B
C
--- object/url.c.orig 2003-08-18 16:58:57 UTC
|
|
+++ object/url.c
|
|
@@ -362,7 +362,8 @@ URLparse(Url *url)
|
|
case ftp:
|
|
case unset:
|
|
case unknown:
|
|
- }
|
|
+ break;
|
|
+ }
|
|
URLsetHost(url, cp);
|
|
}
|
|
|