mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
version: Constify a variable.
This commit is contained in:
parent
d31969b5e6
commit
19daedffaf
@ -453,8 +453,8 @@ DWORD WINAPI VerInstallFileA(
|
||||
if (buf1) {
|
||||
buf2 = _fetch_versioninfo(tmpfn,&tmpvffi);
|
||||
if (buf2) {
|
||||
char *tbuf1,*tbuf2;
|
||||
static CHAR trans_array[] = "\\VarFileInfo\\Translation";
|
||||
char *tbuf1,*tbuf2;
|
||||
static const CHAR trans_array[] = "\\VarFileInfo\\Translation";
|
||||
UINT len1,len2;
|
||||
|
||||
len1=len2=40;
|
||||
|
Loading…
x
Reference in New Issue
Block a user