From 701eb264ae48a2c020ddd63d3c159834af364077 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 26 Jan 2017 00:48:32 +0000 Subject: guid <--> string conversion functions: normalized interfaces. --- src/pty/ntapi_pty_fd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pty') diff --git a/src/pty/ntapi_pty_fd.c b/src/pty/ntapi_pty_fd.c index fdb9ae4..b80de2a 100644 --- a/src/pty/ntapi_pty_fd.c +++ b/src/pty/ntapi_pty_fd.c @@ -205,7 +205,7 @@ static int32_t __ntapi_pty_open_impl( guid_str = (nt_uuid_str_utf16 *) ((uintptr_t)obj_attr->obj_name->buffer + __DEVICE_PATH_PREFIX_LEN); - if (__ntapi->tt_utf16_string_to_guid(guid_str,&guid)) + if (__ntapi->tt_string_to_guid_utf16(guid_str,&guid)) return NT_STATUS_OBJECT_NAME_INVALID; /* control block */ -- cgit v1.2.3