From: Christian Couder <chriscool@xxxxxxxxxxxxx> Signed-off-by: Antoine Delaite <antoine.delaite@xxxxxxxxxxxxxxxxxxxxxxx> --- bisect.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bisect.c b/bisect.c index 68417bb..87a5f6d 100644 --- a/bisect.c +++ b/bisect.c @@ -915,10 +915,10 @@ void read_bisect_terms(void) name_bad = "bad"; name_good = "good"; } else { - strbuf_getline(&str, fp, '\n'); - name_bad = strbuf_detach(&str, NULL); - strbuf_getline(&str, fp, '\n'); - name_good = strbuf_detach(&str, NULL); + strbuf_getline(&str, fp, '\n'); + name_bad = strbuf_detach(&str, NULL); + strbuf_getline(&str, fp, '\n'); + name_good = strbuf_detach(&str, NULL); } strbuf_release(&str); fclose(fp); -- 2.4.1.173.gd47f443.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html