mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-19 19:07:09 +00:00
Initial implementation of rMQR
According to draft dated June 2018
This commit is contained in:
@@ -104,7 +104,7 @@ int svg_plot(struct zint_symbol *symbol) {
|
||||
|
||||
int html_len = strlen((char *)symbol->text) + 1;
|
||||
|
||||
for (0; i < strlen((char *)symbol->text); i++) {
|
||||
for (i = 0; i < strlen((char *)symbol->text); i++) {
|
||||
switch(symbol->text[i]) {
|
||||
case '>':
|
||||
case '<':
|
||||
|
||||
Reference in New Issue
Block a user