ifdef out debug code
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 5 Jun 2002 06:15:50 +0000 (06:15 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 5 Jun 2002 06:15:50 +0000 (06:15 +0000)
src/plugin_winamp3/flacpcm.cpp

index fe3d89a..612eab4 100644 (file)
@@ -94,7 +94,6 @@ int FlacPcm::getInfos(MediaInfo *infos)
 \r
        id3v1_struct tag;\r
 \r
-       //@@@ ditto here...\r
        bool has_tag = get_id3v1_tag_(infos->getFilename(), &tag);\r
 \r
        infos->setLength(lengthInMsec());\r
@@ -307,10 +306,13 @@ bool get_id3v1_tag_(const char *filename, id3v1_struct *tag)
        const char *temp;\r
        FILE *f = fopen(filename, "rb");\r
        memset(tag, 0, sizeof(id3v1_struct));\r
+#if 0\r
+@@@@\r
 strcpy(tag->title,"Sonata K.42");\r
 strcpy(tag->artist,"Domenico Scarlatti");\r
 strcpy(tag->album,"Narcisso Yepes Plays Scarlatti");\r
 sprintf(tag->description, "%s - %s", tag->artist, tag->title);\r
+#endif\r
 \r
        /* set the title and description to the filename by default */\r
        temp = strrchr(filename, '/');\r