]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
lint
authorrousskov <>
Mon, 9 Mar 1998 04:40:20 +0000 (04:40 +0000)
committerrousskov <>
Mon, 9 Mar 1998 04:40:20 +0000 (04:40 +0000)
src/HttpHdrContRange.cc

index ab835e20075d7c5bbfaef9a4ef03654cb2ee8d1e..0d9676897cfd17a729075c2740401f949cf6f4c1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: HttpHdrContRange.cc,v 1.1 1998/03/08 21:03:01 rousskov Exp $
+ * $Id: HttpHdrContRange.cc,v 1.2 1998/03/08 21:40:20 rousskov Exp $
  *
  * DEBUG: section 68    HTTP Content-Range Header
  * AUTHOR: Alex Rousskov
@@ -73,7 +73,7 @@ httpHdrRangeRespSpecParseInit(HttpHdrRangeSpec *spec, const char *field, int fle
     }
     /* parse offset */
     if (!httpHeaderParseSize(field+1, &spec->offset))
-           return NULL;
+           return 0;
     p++;
     /* do we have last-pos ? */
     if (p - field < flen) {