1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-20 03:17:12 +00:00

warnings --

This commit is contained in:
taipanromania
2008-10-03 09:26:27 +00:00
parent 24576a15fc
commit b1b43da367
12 changed files with 81 additions and 67 deletions

View File

@@ -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);