1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-24 05:17:05 +00:00

raster/output: use new isfintf() to test floats integral (CodeQL)

This commit is contained in:
gitlost
2021-06-30 11:57:21 +01:00
parent 37fac73cb1
commit a312cd8e8e
5 changed files with 12 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ extern int assertionFailed;
extern int assertionNum;
extern const char *assertionFilename;
#if _MSC_VER == 1200 /* VC6 */
#if _MSC_VER < 1900 /* MSVC 2015 */
#define testStart(__arg__) (testStartReal("", __arg__))
#else
#define testStart(__arg__) (testStartReal(__func__, __arg__))