ICU-364 adapt to new signature of getLongPathname()

X-SVN-Rev: 1163
This commit is contained in:
Markus Scherer 2000-04-19 00:14:53 +00:00
parent 49e35ddc5f
commit d746e3170a

View File

@ -51,7 +51,7 @@ int main(int argc, char **argv);
/* The version of genrb */
#define GENRB_VERSION "1.0"
char *encoding = "";
const char *encoding = "";
int
@ -63,9 +63,9 @@ main(int argc,
int useConversionLibrary = 0;
int optind = 1;
int i;
char *arg;
const char *arg;
UErrorCode status;
char *outputDir = NULL; /* NULL = no output directory, use current */
const char *outputDir = NULL; /* NULL = no output directory, use current */
if(argc == 1)