mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 04:01:16 +00:00
disabled old Turbocat "optimising" code because it breaks validation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14305 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8609eb4888
commit
42e0c33557
1 changed files with 2 additions and 2 deletions
|
@ -143,8 +143,8 @@ static char rcsId[] = "$Id$";
|
|||
NSDebugMLLog(@"gswdync",@"resultValue=%@",resultValue);
|
||||
|
||||
// Turbocat
|
||||
if ([self _isFormattedValueInComponent:component
|
||||
equalToFormattedValue:value])
|
||||
if (NO)//([self _isFormattedValueInComponent:component
|
||||
// equalToFormattedValue:value])
|
||||
{
|
||||
// does nothing, old formatted values are equal
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue