2009-01-01 Yves Blusseau <blusseau@zetam.org>
* util/mkisofs/mkisofs.c: fix a warning about a bad cast when NLS is disabled
This commit is contained in:
parent
2f1a3acf75
commit
b1c10d4412
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ void usage(){
|
||||||
int comma;
|
int comma;
|
||||||
int len;
|
int len;
|
||||||
unsigned int j;
|
unsigned int j;
|
||||||
char *arg;
|
const char *arg;
|
||||||
|
|
||||||
printf (" ");
|
printf (" ");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue