mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:10:48 +00:00
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:
parent
9ebd4d029c
commit
0b44105acc
1 changed files with 1 additions and 1 deletions
|
@ -1091,7 +1091,7 @@ documentAttributes: (NSDictionary**)dict
|
||||||
else if (svalue < 0)
|
else if (svalue < 0)
|
||||||
{
|
{
|
||||||
[headerString appendString: [NSString stringWithFormat:
|
[headerString appendString: [NSString stringWithFormat:
|
||||||
@"\\dn%d", svalue]];
|
@"\\dn%d", -svalue]];
|
||||||
[trailerString appendString: @"\\dn0"];
|
[trailerString appendString: @"\\dn0"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue