andrewgregory / pacutils

Helper library for libalpm based programs.
MIT License
107 stars 17 forks source link

Add --arch to pacsync and pactrans, solve calloc-transposed-args warnings #75

Open patlefort opened 5 months ago

patlefort commented 5 months ago

This patch will allow the use of a pacman.conf with no Architecture defined by adding a --arch flag to pacsync and pactrans, and to substitute server values only if needed.

This patch also solve calloc-transposed-args warnings.