xbps/bin/xbps-fetch
Érico Rolim 2047dac6a0
xbps-fetch: use standards compliant struct initializer.
Initializing structs with '{}' is supported on most compilers, but not
defined in the standard. The correct initializer for this is '{0}'.

Spotted with cproc.
2021-02-04 23:09:36 +01:00
..
main.c xbps-fetch: use standards compliant struct initializer. 2021-02-04 23:09:36 +01:00
Makefile xbps-fetch(1): new utility that replaces 'xbps-uhelper fetch'. 2019-06-12 18:07:24 +02:00
xbps-fetch.1 xbps-fetch.1: bump date 2020-03-03 08:27:11 +01:00