aboutsummaryrefslogtreecommitdiff
path: root/modules/computer/boots.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/computer/boots.c')
-rw-r--r--modules/computer/boots.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/computer/boots.c b/modules/computer/boots.c
index ba458242..63122994 100644
--- a/modules/computer/boots.c
+++ b/modules/computer/boots.c
@@ -35,7 +35,7 @@ scan_boots_real(void)
else
return;
- spawned = g_spawn_command_line_sync("last",
+ spawned = hardinfo_spawn_command_line_sync("last",
&out, &err, NULL, NULL);
if (spawned && out != NULL) {
p = out;