Re: [PATCH] compat: Add simplified merge sort implementation from glibc

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Brian Downing <bdowning@...>
Cc: Junio C Hamano <gitster@...>, Steffen Prohaska <prohaska@...>, <git@...>, <msysgit@...>
Date: Sunday, February 3, 2008 - 8:05 pm

if (size < 1024) {
-		char buf[size]; /* gcc-ism */
+		char buf[1024];
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] compat: Add simplified merge sort implementation..., Edgar Toernig, (Sun Feb 3, 8:05 pm)
Re: [PATCH] compat: Add simplified merge sort implementation..., Johannes Schindelin, (Sat Feb 2, 10:37 pm)
Re: [PATCH] compat: Add simplified merge sort implementation..., Johannes Schindelin, (Sun Feb 3, 5:09 pm)