Kaydet (Commit) 9235d38a authored tarafından David Tardon's avatar David Tardon

WaE: deprecated conversion from string constant to 'sal_Char*'

üst a6b12b74
...@@ -2394,7 +2394,7 @@ static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *str ...@@ -2394,7 +2394,7 @@ static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *str
if (((access(aTmpPath, 0) < 0) && (nPos != -1)) || (*strPath == 0)) if (((access(aTmpPath, 0) < 0) && (nPos != -1)) || (*strPath == 0))
{ {
static sal_Char *SubDirs[] = SVERSION_DIRS; static const sal_Char *SubDirs[] = SVERSION_DIRS;
int i = 0; int i = 0;
pStr = aTmpPath + nPos; pStr = aTmpPath + nPos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment