mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
MSVC corrections thanks to Norbert Szabó
This commit is contained in:
@ -375,13 +375,13 @@ int c93(struct zint_symbol *symbol, unsigned char source[])
|
||||
int h, weight, c, k, values[100], error_number;
|
||||
char buffer[100], temp[2];
|
||||
char set_copy[] = TCSET;
|
||||
strcpy(buffer, "");
|
||||
int ascii_value;
|
||||
char dest[1000];
|
||||
unsigned char local_source[47];
|
||||
|
||||
error_number = 0;
|
||||
strcpy(dest, "");
|
||||
strcpy(buffer, "");
|
||||
strcpy(dest, "");
|
||||
|
||||
ustrcpy(local_source, source);
|
||||
|
||||
@ -597,4 +597,4 @@ int channel_code(struct zint_symbol *symbol, unsigned char source[]) {
|
||||
expand(symbol, pattern);
|
||||
|
||||
return error_number;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user