Added more const-ness to variables.
Этот коммит содержится в:
родитель
9dfb30636e
Коммит
a22afa7a72
@ -164,7 +164,7 @@ static unsigned char *
|
||||
do_transform_source (FileOpContext *ctx, unsigned char *source)
|
||||
{
|
||||
size_t j, k, l, len;
|
||||
unsigned char *fnsource = x_basename (source);
|
||||
unsigned const char *fnsource = x_basename (source);
|
||||
int next_reg;
|
||||
enum CaseConvs case_conv = NO_CONV;
|
||||
static unsigned char fntarget[MC_MAXPATHLEN];
|
||||
|
@ -2013,7 +2013,7 @@ handle_args (int argc, char *argv[])
|
||||
{
|
||||
char *tmp;
|
||||
poptContext ctx;
|
||||
char *base;
|
||||
const char *base;
|
||||
int c;
|
||||
|
||||
ctx =
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user