diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 19:04:50 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 19:04:50 -0300 |
commit | b5c6c4e7f07a34b2c4064bc76cdca70fa0574768 (patch) | |
tree | dab6cfe77f1071af070230decd1aa323cfd65167 /hardinfo2/vendor.c | |
parent | 3525a00d5e53a20fe7cb93582fa3cf41f25b80ea (diff) | |
parent | 92787ae0c9bb15c7841d10654ef7a2e595664d99 (diff) |
Update upstream source from tag 'upstream/2.0.14pre'
Update to upstream version '2.0.14pre'
with Debian dir 1329e97803bfd401c15e1c6259aacb94c02f59e1
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r-- | hardinfo2/vendor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 2031ac44..3d7092cc 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -206,7 +206,7 @@ static int read_from_vendor_ids(const char *path) { void vendor_init(void) { - gchar *path; + gchar *path=NULL; static SyncEntry se1; static SyncEntry se2 = { .name = N_("Update vendor list"), |