diff options
Diffstat (limited to 'src/sysutils.c')
-rw-r--r-- | src/sysutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysutils.c b/src/sysutils.c index 7bebd4b..f016c10 100644 --- a/src/sysutils.c +++ b/src/sysutils.c @@ -339,7 +339,7 @@ _gpgrt_fname_to_wchar (const char *fname) wfullpath = NULL; if (extralen == 6) - wname[6] = 'C'; /* Replace first backslash - see above. */ + wname[6] = L'C'; /* Replace first backslash - see above. */ /* Need to make sure that all slashes are mapped. */ for (w = wname; *w; w++) |