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:
Tim Cava
2013-07-31 07:39:13 +00:00
parent 94e04ff631
commit aefa6e71f4

View File

@@ -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))