Merge Windows platform patches by tgotic

This commit is contained in:
hooper114
2009-06-02 20:23:38 +00:00
parent f121cf65ac
commit b65cd26527
33 changed files with 1093 additions and 129 deletions

View File

@ -55,7 +55,7 @@ int plessey(struct zint_symbol *symbol, unsigned char source[])
strcpy(symbol->errtxt, "Invalid characters in data");
return error_number;
}
checkptr = calloc (1, ustrlen(source) * 4 + 8);
checkptr = (unsigned char *)calloc (1, ustrlen(source) * 4 + 8);
/* Start character */
concat(dest, "31311331");