author | hshopeful <daifeiyahs@163.com> | |
Mon, 20 Apr 2015 12:35:40 +0000 (20:35 +0800) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 20 Apr 2015 15:07:10 +0000 (17:07 +0200) | ||
commit | 15037c9f4b3c43ac3d09040e16c3a430c9fc2b22 | |
tree | 96863b9a9ef8e7f8a39ff77ce5d7e80557e34699 | tree | snapshot |
parent | 0632ace737ca2d9808c3daf61935ff94bfe9e503 | commit | diff |
Update meta_data.c
In the function meta_data_get_string(), when the type mismatchs,the ERROR statement should be
ERROR ("meta_data_get_string: Type mismatch for key `%s'", e->key);
not
ERROR ("meta_data_get_signed_int: Type mismatch for key `%s'", e->key);
In the function meta_data_get_string(), when the type mismatchs,the ERROR statement should be
ERROR ("meta_data_get_string: Type mismatch for key `%s'", e->key);
not
ERROR ("meta_data_get_signed_int: Type mismatch for key `%s'", e->key);
src/meta_data.c | diff | blob | history |