@marxin commented on this pull request.


> +         if (c >= (int)'0' && c <= (int)'9')
+               threads = strtol(s-1, (char **)&s, 10);

Well, it's just a small piece of code. I would not put it to a separate 
function.

-- 
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/1303#discussion_r453218506
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to