discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XGFont.m error


From: Dennis Leeuw
Subject: XGFont.m error
Date: Mon, 13 May 2002 14:55:25 +0200

Hi all,

There slipped a little error in the XGFont.m patch. Current code looks
like:
          unsigned char *dst = &c;

<<<<<<< XGFont.m
          GSFromUnicode(&dst, &size, &glyph, 1, enc, 0, 0);
          index = c;
=======
          GSFromUnicode(&dst, &size, (unichar*)&glyph, 1,
            mostCompatibleStringEncoding, 0, 0);
          index = c;
>>>>>>> 1.3
        }
      else

Around line 360.

Or is this a problem with my CVS version ?

Thanks,

Dennis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]