diff options
| -rw-r--r-- | mg_db.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -658,7 +658,7 @@ GdFindFile( const char* tld, string mp3file ) { char *s; if( (s = mg_readline(p) ) != 0) - result = string(tld) + string(s); + result = string(s); pclose(p); } |
