Index: base/applications/cmdutils/reg/reg.c =================================================================== --- base/applications/cmdutils/reg/reg.c (revision 71918) +++ base/applications/cmdutils/reg/reg.c (working copy) @@ -233,11 +233,11 @@ static LPBYTE get_regdata(const WCHAR *data, DWORD reg_type, WCHAR separator, DWORD *reg_count) { - static const WCHAR empty; + static const WCHAR empty [] = L""; LPBYTE out_data = NULL; *reg_count = 0; - if (!data) data = ∅ + if (!data) data = empty; switch (reg_type) {