]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_c/Maasha/src/test/test_barray.c
changed barray from ushort to uint
[biopieces.git] / code_c / Maasha / src / test / test_barray.c
index c7d26081685fc67407373bf1de5480da61278a61..913a0fb8c41231c88857bb3539d07d98af63deda 100644 (file)
@@ -155,7 +155,7 @@ void test_barray_interval_max()
     size_t  pos   = 0;
     size_t  beg   = 0;
     size_t  end   = 0;
-    ushort  max   = 0;
+    uint    max   = 0;
     barray *ba    = NULL;
 
     ba = barray_new( nmemb );