From 9d5df5a1b305e0f44e87a25dbab9fb0f99b6130f Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 20 Jan 2019 23:27:56 +0700 Subject: Make conversion to a char array a responsibility of Command_Succeds, not its users. --- src/hypervisor_check.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hypervisor_check.ads') diff --git a/src/hypervisor_check.ads b/src/hypervisor_check.ads index ced2309..3bb84be 100644 --- a/src/hypervisor_check.ads +++ b/src/hypervisor_check.ads @@ -49,7 +49,7 @@ package Hypervisor_Check is function Get_DMI_Vendor_String return US.Unbounded_String; - function Command_Succeeds (Command : Interfaces.C.Char_Array) return Boolean; + function Command_Succeeds (Command : String) return Boolean; function VirtualBox_PCI_Present return Boolean; -- cgit v1.2.3