~ubuntu-branches/ubuntu/feisty/flac/feisty-security

« back to all changes in this revision

Viewing changes to src/plugin_winamp2/tagz.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-11-10 12:55:33 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051110125533-2fmlml8wnb06r5vg
Tags: 1.1.2-3ubuntu1
* Merge with Debian
  - We did the C++ transition earlier than Debian, so add c2 suffix to
    liboggflac++ and libflac++

Show diffs side-by-side

added added

removed removed

Lines of Context:
737
737
                                while(*s1 && *s1!='%') s1++;
738
738
                                if (!*s1) {Error();break;}
739
739
                                *s1=0;
740
 
                                const T_CHAR * tag=f(spec,fp);
 
740
                                T_CHAR * tag=f(spec,fp);
741
741
                                *s1='%';
742
742
                                /*if (!tag) tag=tag_unknown; */
743
743
                                if (tag && tag[0])