diff options
Diffstat (limited to 'modules/computer/ubuntu_flavors.c')
-rw-r--r-- | modules/computer/ubuntu_flavors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/computer/ubuntu_flavors.c b/modules/computer/ubuntu_flavors.c index 20e83c82..f50afb0e 100644 --- a/modules/computer/ubuntu_flavors.c +++ b/modules/computer/ubuntu_flavors.c @@ -62,7 +62,7 @@ GSList *ubuntu_flavors_scan(void) { if (!i) return NULL; - spawned = g_spawn_command_line_sync(cmd_line, + spawned = hardinfo_spawn_command_line_sync(cmd_line, &out, &err, &exit_status, NULL); if (spawned) { p = out; |