]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/ihex.c
bfd_size_type to size_t
[thirdparty/binutils-gdb.git] / bfd / ihex.c
index 4c8c249032abef789ed3e7e456532dc8cf6f552d..958a84b50705899d7816161146238bd7064a41e5 100644 (file)
@@ -357,7 +357,7 @@ ihex_scan (bfd *abfd)
                {
                  char secbuf[20];
                  char *secname;
-                 bfd_size_type amt;
+                 size_t amt;
                  flagword flags;
 
                  sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);