From 80c9eede822f4d2466bdead6d0b58ec49477401b Mon Sep 17 00:00:00 2001 From: Burt P Date: Thu, 20 Jun 2019 17:34:19 -0500 Subject: move devices/memory to computer/memory usage As discussed in https://github.com/lpereira/hardinfo/issues/345 Signed-off-by: Burt P --- modules/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/benchmark.c') diff --git a/modules/benchmark.c b/modules/benchmark.c index 1a72e983..6af4d5c1 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -652,7 +652,7 @@ static gchar *get_benchmark_results() gchar *machine = module_call_method("devices::getProcessorName"); gchar *machineclock = module_call_method("devices::getProcessorFrequency"); - gchar *machineram = module_call_method("devices::getMemoryTotal"); + gchar *machineram = module_call_method("computer::getMemoryTotal"); gchar *result = g_strdup_printf("[param]\n" "machine=%s\n" "machineclock=%s\n" -- cgit v1.2.3