1
1

Added more const-ness to variables.

Этот коммит содержится в:
Roland Illig 2004-08-16 18:31:05 +00:00
родитель 9dfb30636e
Коммит a22afa7a72
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -164,7 +164,7 @@ static unsigned char *
do_transform_source (FileOpContext *ctx, unsigned char *source) do_transform_source (FileOpContext *ctx, unsigned char *source)
{ {
size_t j, k, l, len; size_t j, k, l, len;
unsigned char *fnsource = x_basename (source); unsigned const char *fnsource = x_basename (source);
int next_reg; int next_reg;
enum CaseConvs case_conv = NO_CONV; enum CaseConvs case_conv = NO_CONV;
static unsigned char fntarget[MC_MAXPATHLEN]; static unsigned char fntarget[MC_MAXPATHLEN];

Просмотреть файл

@ -2013,7 +2013,7 @@ handle_args (int argc, char *argv[])
{ {
char *tmp; char *tmp;
poptContext ctx; poptContext ctx;
char *base; const char *base;
int c; int c;
ctx = ctx =