1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 18:37:07 +00:00

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

@@ -63,7 +63,7 @@ QRcode *encode(int security, int size, const unsigned char *intext, int kanji)
int qr_code(struct zint_symbol *symbol, unsigned char source[])
{
QRcode *code;
int errno = 0;
/*int errno = 0;*/
int i, j;
int kanji;
@@ -89,7 +89,7 @@ int qr_code(struct zint_symbol *symbol, unsigned char source[])
QRcode_free(code);
return errno;
return 0;
}
#else