mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
parent
0236276c3d
commit
5a263710f6
30 changed files with 60 additions and 60 deletions
|
|
@ -75,7 +75,7 @@ static void dump_bufq(struct bufq *q, const char *msg)
|
|||
}
|
||||
fprintf(stderr, " ]\n");
|
||||
terr = tail_err(q);
|
||||
fprintf(stderr, "- tail: %s\n", terr? terr : "ok");
|
||||
fprintf(stderr, "- tail: %s\n", terr ? terr : "ok");
|
||||
n = 0;
|
||||
chunk = q->spare;
|
||||
while(chunk) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue