1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-19 02:47:06 +00:00

#181 OSS-Fuzz CODEONE fix, double indexing typo

This commit is contained in:
gitlost
2020-03-28 10:13:06 +00:00
parent 7dfea38d85
commit 0c00ece9f5
4 changed files with 82 additions and 3 deletions

View File

@@ -31,7 +31,6 @@
/* vim: set ts=4 sw=4 et : */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#ifdef _MSC_VER