Merge "Fix typo and TAINTED_INT svace issue" into tizen
authorJiyong Min <jiyong.min@samsung.com>
Tue, 6 Mar 2018 04:44:53 +0000 (04:44 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Tue, 6 Mar 2018 04:44:53 +0000 (04:44 +0000)
1  2 
bmp/test/mm_util_bmp_testsuite.c

@@@ -251,9 -251,9 +251,9 @@@ gboolean _test_decode(const bmp_test_mo
  gboolean _test_encode(const bmp_test_mode_e mode)
  {
        int ret = 0;
-       /* for encoding jpeg to memory */
+       /* for encoding bmp to memory */
        void *encoded_data = NULL;
 -      unsigned int encoded_size = 0;
 +      size_t encoded_size = 0;
  
        if ((mode != TEST_ENCODE_FILE) && (mode != TEST_ENCODE_MEMORY))
                return TRUE;