Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Nov 7, 2023
1 parent 3b890ba commit b422330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static int do_guppy_download(URL *url, GuppySocket *s, char **mime, int ask) {
*crlf = '\r';
*mime = end + 1;

return s->chunks[j].buffer[0] - '0';
return 2;
}
}

Expand Down

0 comments on commit b422330

Please sign in to comment.