diff --git a/dissect/shellitem/lnk/c_lnk.py b/dissect/shellitem/lnk/c_lnk.py index f9ab57d..627215e 100644 --- a/dissect/shellitem/lnk/c_lnk.py +++ b/dissect/shellitem/lnk/c_lnk.py @@ -102,7 +102,7 @@ }; typedef struct NET_NAME { - char net_name[]; // A NULL–terminated string, as defined by the system default code page, which specifies a server share path; for example, "\\server\share". + char net_name[]; // A NULL–terminated string, as defined by the system default code page, which specifies a server share path; for example, "\\\\server\\share". }; typedef struct DEVICE_NAME {