Guest User

Untitled

a guest
May 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. diff -ur AnyRegion_Changer1.1.orig/source/http.c AnyRegion_Changer1.1/source/http.c
  2. --- AnyRegion_Changer1.1.orig/source/http.c 2008-08-18 17:24:22.000000000 +1000
  3. +++ AnyRegion_Changer1.1/source/http.c 2008-11-01 15:39:00.000000000 +1000
  4. @@ -341,7 +341,7 @@
  5. break;
  6. }
  7.  
  8. - sscanf (line, "HTTP/1.1 %u", &http_status);
  9. + sscanf (line, "HTTP/1.%*u %u", &http_status);
  10. sscanf (line, "Content-Length: %u", &content_length);
  11.  
  12. free (line);
Add Comment
Please, Sign In to add comment