mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 02:41:01 +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
aaafebaf3a
commit
42a770c73d
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…
Reference in a new issue