mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1475 write full path with destination so that gencmn can
just eat that right away. X-SVN-Rev: 7587
This commit is contained in:
parent
dd02577f55
commit
8b4028f92d
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ main(int argc, char *argv[]) {
|
|||
count=*p++;
|
||||
/* printf("files[%ld]\n", (long)count); */
|
||||
for(i=0; i<count; ++i) {
|
||||
printf("%s\n", base+*p);
|
||||
printf("%s%c%s\n", options[2].value, U_FILE_SEP_CHAR, base+*p);
|
||||
p+=2;
|
||||
}
|
||||
/* puts("endfiles"); */
|
||||
|
|
Loading…
Add table
Reference in a new issue