]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo fixed
authorWilliam King <william.king@quentustech.com>
Thu, 26 Apr 2012 17:13:07 +0000 (10:13 -0700)
committerWilliam King <william.king@quentustech.com>
Thu, 26 Apr 2012 17:13:07 +0000 (10:13 -0700)
src/mod/formats/mod_vlc/mod_vlc.c

index b19abd81dc4475883196a6153296e6a308d65b16..15dd6c1d95b257b022c3b9a0e72266e7cf467223 100644 (file)
@@ -124,7 +124,7 @@ static switch_status_t vlc_file_open(switch_file_handle_t *handle, const char *p
                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "VLC Path is unknown type %s\n", context->path);
                }
 
-               if ( context-m == NULL ) {
+               if ( context->m == NULL ) {
                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "VLC error opening %s for reading\n", path);
                        return SWITCH_STATUS_GENERR;
                }