Added more const-ness to variables.
Этот коммит содержится в:
родитель
9dfb30636e
Коммит
a22afa7a72
@ -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 =
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user