@pmatilai commented on this pull request.


> @@ -797,8 +822,7 @@ static LZFILE *lzopen_internal(const char *mode, int fd, 
> int xz)
                ret = lzma_easy_encoder(&lzfile->strm, level, 
LZMA_CHECK_SHA256);
 #ifdef HAVE_LZMA_MT
            } else {
-               if (threads == -1)
-                   threads = rpmExpandNumeric("%{getncpus}");
+               threads = get_compression_threads (threads);

There's an extra space before (threads), both here and in the other 
get_compression_threads() call.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1324#pullrequestreview-470168590
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to