Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 521ea157207e3112dc8a297200014c36 > files > 2

amaya-10.0-3mdv2010.0.src.rpm

--- Amaya/thotlib/dialogue/attrmenu.c.orig	2007-10-10 07:35:34.000000000 +0100
+++ Amaya/thotlib/dialogue/attrmenu.c	2007-10-10 07:40:44.000000000 +0100
@@ -2097,7 +2097,7 @@
         {
         case AtEnumAttr:
         case AtNumAttr:
-          pAttrNew->AeAttrValue = (int)value;
+          pAttrNew->AeAttrValue = (long)value;
           /* applique les attributs a la partie selectionnee */
           AttachAttrToRange (pAttrNew, lastChar, firstChar, lastSel,
                              firstSel, pDoc, TRUE);