]> granicus.if.org Git - mutt/commitdiff
Ports are unsigned short, not short.
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 23 Feb 2001 09:12:36 +0000 (09:12 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 23 Feb 2001 09:12:36 +0000 (09:12 +0000)
url.h

diff --git a/url.h b/url.h
index 27dd0e13305994db21579a142bb405d706aa659b..6d00c096aaad5fed364a33fdb2bc70deef996606 100644 (file)
--- a/url.h
+++ b/url.h
@@ -19,7 +19,7 @@ typedef struct ciss_url
   char *user;
   char *pass;
   char *host;
-  short port;
+  unsigned short port;
   char *path;
 } 
 ciss_url_t;