Code

src/meta_data.c: Fix a typo.
authorFlorian Forster <octo@noris.net>
Wed, 22 Jul 2009 08:20:59 +0000 (10:20 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 12 Aug 2009 13:11:44 +0000 (15:11 +0200)
src/meta_data.c

index 2c085e39408016fed9c2d7dfa6f32ebfbdfc7901..10ccd4baab7f83f3bbc407fb6703d1a7b8b39671 100644 (file)
@@ -383,7 +383,7 @@ int meta_data_get_string (meta_data_t *md, /* {{{ */
     return (-ENOENT);
   }
 
-  if (e->type != MD_TYPE_SIGNED_INT)
+  if (e->type != MD_TYPE_STRING)
   {
     ERROR ("meta_data_get_signed_int: Type mismatch for key `%s'", e->key);
     pthread_mutex_unlock (&md->lock);