Changeset e5ddd4 in git for libpolys/coeffs/modulop.cc


Ignore:
Timestamp:
Jul 9, 2018, 5:40:21 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
Children:
ccc9da500e76f10b1aa7147670bf014a379ce0d1
Parents:
4b5b3658c8e1f3c4b2725057e56be417eb838a72
Message:
fix: nEati (mod m)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/modulop.cc

    r4b5b36 re5ddd4  
    266266static inline const char* npEati(const char *s, int *i, const coeffs r)
    267267{
    268   return nEati((char *)s,i,r->ch);
     268  return nEati((char *)s,i,(int)r->ch);
    269269}
    270270
Note: See TracChangeset for help on using the changeset viewer.