Kill an unnecessary LOCAL_COPY() in fserv's print_mp3().
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@301 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -296,7 +296,6 @@ char *fs = NULL;
|
|||||||
if (!pattern || (pattern && wild_match(pattern, new->filename)))
|
if (!pattern || (pattern && wild_match(pattern, new->filename)))
|
||||||
{
|
{
|
||||||
char *p;
|
char *p;
|
||||||
p = LOCAL_COPY(new->filename);
|
|
||||||
p = strrchr(new->filename, '/');
|
p = strrchr(new->filename, '/');
|
||||||
p++;
|
p++;
|
||||||
if (do_hook(MODULE_LIST, "FS: File \"%s\" %s %u %lu %lu %u", p, mode_str(new->stereo), new->bitrate, new->time, new->filesize, new->freq))
|
if (do_hook(MODULE_LIST, "FS: File \"%s\" %s %u %lu %lu %u", p, mode_str(new->stereo), new->bitrate, new->time, new->filesize, new->freq))
|
||||||
|
|||||||
Reference in New Issue
Block a user