RTFBodyStringWithContext: Corrected output of subscript

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6582 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-05-07 22:26:35 +00:00
parent aaafebaf3a
commit 42a770c73d

View file

@ -1091,7 +1091,7 @@ documentAttributes: (NSDictionary**)dict
else if (svalue < 0)
{
[headerString appendString: [NSString stringWithFormat:
@"\\dn%d", svalue]];
@"\\dn%d", -svalue]];
[trailerString appendString: @"\\dn0"];
}
}