mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 18:26:23 +00:00
Correct a crash on 64 bit systems.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26528 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e137828b7e
commit
016798f3cb
2 changed files with 8 additions and 2 deletions
|
@ -674,8 +674,8 @@ Fills in all glyph holes up to last. only looking at levels below level
|
|||
}
|
||||
else
|
||||
{
|
||||
unsigned int cindex = cpos;
|
||||
unsigned int gindex = gpos + total;
|
||||
NSUInteger cindex = cpos;
|
||||
NSUInteger gindex = gpos + total;
|
||||
|
||||
// Cache the current run
|
||||
cached_run = (glyph_run_t *)h;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue