Commit 8214ec5a authored by Antoine Cellerier's avatar Antoine Cellerier

* remove unused home_dir from fprintf style function

parent d34d23f5
...@@ -324,8 +324,7 @@ int vout_Snapshot( vout_thread_t *p_vout, picture_t *p_pic ) ...@@ -324,8 +324,7 @@ int vout_Snapshot( vout_thread_t *p_vout, picture_t *p_pic )
asprintf( &val.psz_string, "%s/" CONFIG_DIR, asprintf( &val.psz_string, "%s/" CONFIG_DIR,
p_vout->p_vlc->psz_homedir ); p_vout->p_vlc->psz_homedir );
} else { } else {
asprintf( &val.psz_string, p_mypicturesdir, asprintf( &val.psz_string, p_mypicturesdir );
p_vout->p_vlc->psz_homedir );
free( p_mypicturesdir ); free( p_mypicturesdir );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment