yukiteruono / pbsim3

PBSIM3: a simulator for all types of PacBio and ONT long reads
GNU General Public License v2.0
46 stars 5 forks source link

fix fprintf format specifiers #19

Open ocxtal opened 4 months ago

ocxtal commented 4 months ago

I also found gcc (7.3.0) warns there are mismatches between format specifier %ld and the actual type of the passed variable int. This patch fixes it.