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:
Yves Arrouye 2002-02-07 02:50:13 +00:00
parent dd02577f55
commit 8b4028f92d

View file

@ -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"); */