diff options
| author | Yang Tse <yangsita@gmail.com> | 2007-02-22 07:39:45 +0000 |
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2007-02-22 07:39:45 +0000 |
| commit | 4937281ddccbec1daf007257f1732497cb7d62a0 (patch) | |
| tree | 75fb97ff56911982176aaf91b427a3fded280201 | |
| parent | 8e27ed2fdd63cba4c4be1d831675d0664ab0deaa (diff) | |
compiler warning fix
| -rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2029,7 +2029,7 @@ ConnectionExists(struct SessionHandle *data, for(i=0; i< data->state.connc->num; i++) { bool match = FALSE; - int pipeLen = 0; + size_t pipeLen = 0; /* * Note that if we use a HTTP proxy, we check connections to that * proxy and not to the actual remote server. |
