summaryrefslogtreecommitdiffhomepage
path: root/src/vfd
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-01-26 00:48:32 +0000
committermidipix <writeonce@midipix.org>2017-01-26 18:57:02 -0500
commit701eb264ae48a2c020ddd63d3c159834af364077 (patch)
treeac46c9206724721b5b4e9d9aeb53175541dd838d /src/vfd
parenta62978be8c32bc19094f3db8d8059fd01e87358c (diff)
downloadntapi-701eb264ae48a2c020ddd63d3c159834af364077.tar.bz2
ntapi-701eb264ae48a2c020ddd63d3c159834af364077.tar.xz
guid <--> string conversion functions: normalized interfaces.
Diffstat (limited to 'src/vfd')
-rw-r--r--src/vfd/ntapi_vfd_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vfd/ntapi_vfd_helper.c b/src/vfd/ntapi_vfd_helper.c
index 0716bdd..7de4208 100644
--- a/src/vfd/ntapi_vfd_helper.c
+++ b/src/vfd/ntapi_vfd_helper.c
@@ -22,7 +22,7 @@ void __stdcall __ntapi_vfd_dev_name_init(
prefix[2] = 0x630069;
prefix[3] = 0x5C0065;
- __ntapi->tt_guid_to_utf16_string(
+ __ntapi->tt_guid_to_string_utf16(
guid,
&devname->guid);