Remove variable to fix wrong format string 65/297265/1 accepted/tizen/8.0/unified/20231005.092623 accepted/tizen/unified/20230818.183537 tizen_8.0_m2_release
authorJinWang An <jinwang.an@samsung.com>
Wed, 16 Aug 2023 05:38:26 +0000 (14:38 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 16 Aug 2023 05:38:26 +0000 (14:38 +0900)
Change-Id: Idd46672c1d5cf20469cd2ef33e9172fa8de3cda2
Signed-off-by: JinWang An <jinwang.an@samsung.com>
i18ninfo/i18ninfo.cpp

index e40dd76..f21c8af 100644 (file)
@@ -1216,7 +1216,7 @@ i18n_uchar *_convert_unicode_numeric_values(const i18n_uchar *input, int32_t len
        int max_value_length = 0;
        double *values = (double *) malloc(length * sizeof(double));
        if (NULL == values) {
-               fprintf(stderr, "\nError: Out of memory.\n", values);
+               fprintf(stderr, "\nError: Out of memory.\n");
                return NULL;
        }