mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 10:15:10 -04:00
warnings --
This commit is contained in:
parent
24576a15fc
commit
b1b43da367
12 changed files with 81 additions and 67 deletions
|
@ -321,7 +321,7 @@ int main(int argc, char **argv)
|
|||
break;
|
||||
|
||||
case 'd': /* we have some data! */
|
||||
error_number = data_process(my_symbol, optarg, rotate_angle);
|
||||
error_number = data_process(my_symbol, (unsigned char*)optarg, rotate_angle);
|
||||
if(error_number != 0) {
|
||||
printf("%s\n", my_symbol->errtxt);
|
||||
ZBarcode_Delete(my_symbol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue