mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-06 05:10:40 +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
ceafee0460
commit
50f960e6ff
1 changed files with 2 additions and 2 deletions
|
@ -143,8 +143,8 @@ static char rcsId[] = "$Id$";
|
||||||
NSDebugMLLog(@"gswdync",@"resultValue=%@",resultValue);
|
NSDebugMLLog(@"gswdync",@"resultValue=%@",resultValue);
|
||||||
|
|
||||||
// Turbocat
|
// Turbocat
|
||||||
if ([self _isFormattedValueInComponent:component
|
if (NO)//([self _isFormattedValueInComponent:component
|
||||||
equalToFormattedValue:value])
|
// equalToFormattedValue:value])
|
||||||
{
|
{
|
||||||
// does nothing, old formatted values are equal
|
// does nothing, old formatted values are equal
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue