adium 2522:a6bc64749fbc: Patch from Robby Weinberg to remove an ...

commits at adium.im commits at adium.im
Fri Jun 26 16:57:01 UTC 2009


details:	http://hg.adium.im/adium/rev/a6bc64749fbc
revision:	2522:a6bc64749fbc
author:		Zachary West <zacw at adium.im>
date:		Fri Jun 26 12:56:43 2009 -0400

Patch from Robby Weinberg to remove an extraneous line of code. Fixes #12458.

diffs (11 lines):

diff -r 1b46db381ee2 -r a6bc64749fbc Frameworks/AIUtilities Framework/Source/NSCalendarDate+ISO8601Parsing.m
--- a/Frameworks/AIUtilities Framework/Source/NSCalendarDate+ISO8601Parsing.m	Fri Jun 26 12:55:21 2009 -0400
+++ b/Frameworks/AIUtilities Framework/Source/NSCalendarDate+ISO8601Parsing.m	Fri Jun 26 12:56:43 2009 -0400
@@ -233,7 +233,6 @@
 			month_or_week = [now monthOfYear];
 			day = [now dayOfMonth];
 		} else {
-			segment = 0U;
 
 			while(*ch == '-') {
 				++num_leading_hyphens;




More information about the commits mailing list