X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildReadIndex.cpp;h=c9e1deb729c1b948a48a7a6c4e10b48806dfb04e;hb=da827678b21e94c74fd17c9b8683edb60f73e814;hp=1986a4a4ae8837cddc67244cc76363e0973eed70;hpb=a95154919f950f86de9104b2b9dcf1f0c7e83387;p=rsem.git diff --git a/buildReadIndex.cpp b/buildReadIndex.cpp index 1986a4a..c9e1deb 100644 --- a/buildReadIndex.cpp +++ b/buildReadIndex.cpp @@ -53,7 +53,7 @@ void buildIndex(char* readF, int gap, bool hasQ) { } ++nReads; - if (verbose && nReads % 1000000 == 0) { printf("FIN %lld\n", nReads); } + if (verbose && nReads % 1000000 == 0) { printf("FIN %lld\n", (long long)nReads); } } while (success); fout.seekp(startPos);