diff --git a/ChangeLog b/ChangeLog index 13ef968..87eb3e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-05-30: Graham Lee + * GSWeb/GSWContext.m + remove useless comparison + * GSWeb/GSWDeclarationParser.m + fix some format strings and variables used in there + * Add method to interface and remove a cast + from bug report 39088 + 2013-05-29: Sebastian Reitenbach * GSWeb/GNUmakefile * GSWeb/GSWProcFS.m diff --git a/GSWeb/GSWContext.m b/GSWeb/GSWContext.m index d5ffb3d..bbe6ae9 100644 --- a/GSWeb/GSWContext.m +++ b/GSWeb/GSWContext.m @@ -530,7 +530,7 @@ GSWEB_EXPORT BOOL GSWContext_isSenderIDSearchOver(GSWContext* aContext) @"50.", @"51.", @"52.", @"53.", @"54.", @"55.", @"56.", @"57.", @"58.", @"59.", @"60.", @"61.", @"62.", @"63.", @"64.", @"65.", @"66.", @"67.", @"68.", @"69." }; static int preBuiltNumPlusDotCount = sizeof(preBuiltNumPlusDot)/sizeof(NSString*); - if (_contextID>=0 && _contextID