mirror of
http://mpg123.de/trunk/.git
synced 2025-10-28 02:55:29 +03:00
remove a debugging line
git-svn-id: svn://scm.orgis.org/mpg123/trunk@1250 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@@ -57,7 +57,7 @@ int mpg123_copy_string(mpg123_string* from, mpg123_string* to)
|
|||||||
char *text;
|
char *text;
|
||||||
if(to == NULL) return -1;
|
if(to == NULL) return -1;
|
||||||
|
|
||||||
debug2("called copy_string with %p -> %p", from, to);
|
debug2("called copy_string with %p -> %p", (void*)from, (void*)to);
|
||||||
if(from == NULL)
|
if(from == NULL)
|
||||||
{
|
{
|
||||||
fill = 0;
|
fill = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user