X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=synthesisRef.cpp;h=0c6695e82389adce001ce1802d35dd21852e3add;hb=86e650e9577999a7ba00ab454d1f6bf674b0ea70;hp=3bb28086b3fee8755d81b88ad8f053b1ffd5a0af;hpb=019648be71e0b8ea5772530b5496720fcb841bba;p=rsem.git diff --git a/synthesisRef.cpp b/synthesisRef.cpp index 3bb2808..0c6695e 100644 --- a/synthesisRef.cpp +++ b/synthesisRef.cpp @@ -104,7 +104,7 @@ void writeResults(char* refName) { } int main(int argc, char* argv[]) { - if (argc < 5 || (hasMappingFile = atoi(argv[3])) && argc < 6) { + if (argc < 5 || ((hasMappingFile = atoi(argv[3])) && argc < 6)) { printf("Usage: synthesisRef refName quiet hasMappingFile [mappingFile] reference_file_1 [reference_file_2 ...]\n"); exit(-1); }