ICU-3500 Fix some compiler warnings.
X-SVN-Rev: 15068
This commit is contained in:
parent
87bf19f73e
commit
9037b8e154
@ -341,7 +341,7 @@ pkg_mak_writeObjRules(UPKGOptions *o, FileStream *makefile, CharList **objects,
|
||||
/* search for tree.. */
|
||||
const char *tchar;
|
||||
char tree[1024];
|
||||
if(tchar=uprv_strchr(baseName, '/')) {
|
||||
if((tchar=uprv_strchr(baseName, '/'))) {
|
||||
tree[0]='_';
|
||||
strncpy(tree+1,baseName,tchar-baseName);
|
||||
tree[tchar-baseName+1]=0;
|
||||
|
Loading…
Reference in New Issue
Block a user