Fixed gcc warning.

This commit is contained in:
Ralph Lange
2002-11-07 19:18:39 +00:00
parent d429387e8a
commit 6f8f059de7

View File

@@ -196,7 +196,7 @@ seqRecord *pseq;
if (pseq->selm == seqSELM_All)
{
lmask = SELN_BIT_MASK;
lmask = (unsigned short) SELN_BIT_MASK;
}
else
{