bugfix: unset video flag when failing to find teamwork media
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 15 Jan 2014 04:38:39 +0000 (23:38 -0500)
committerMike Blumenkrantz <zmike@samsung.com>
Wed, 15 Jan 2014 04:38:39 +0000 (23:38 -0500)
src/modules/teamwork/e_mod_tw.c

index 3f6b2c9..56043ec 100644 (file)
@@ -730,6 +730,7 @@ tw_media_get(const char *url, unsigned long long timestamp, Eina_Bool *video)
         eina_stringshare_del(alias);
         return buf;
      }
+   *video = 0;
    return NULL;
 }