]> git.saurik.com Git - apt.git/blobdiff - methods/server.h
StartPos is always positive for http/https
[apt.git] / methods / server.h
index f1db9adf7f314a6a47bd73d8ecc5f91ccf7586cf..b4870698f205a7307be4ef6fc2f2e2f81070d55e 100644 (file)
@@ -32,7 +32,7 @@ struct ServerState
 
    // These are some statistics from the last parsed header lines
    unsigned long long Size;
-   signed long long StartPos;
+   unsigned long long StartPos;
    time_t Date;
    bool HaveContent;
    enum {Chunked,Stream,Closes} Encoding;