Update of /cvsroot/freevo/freevo/src/mediadb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16925

Modified Files:
        parser.py 
Log Message:
make sure title has no null chars

Index: parser.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/mediadb/parser.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** parser.py   10 Apr 2005 11:20:50 -0000      1.4
--- parser.py   11 Apr 2005 18:17:12 -0000      1.5
***************
*** 163,167 ****
                                           pickle.HIGHEST_PROTOCOL)
          if mminfo.title:
!             object['title'] = mminfo.title
          else:
              object['title'] = title
--- 163,167 ----
                                           pickle.HIGHEST_PROTOCOL)
          if mminfo.title:
!             object['title'] = mminfo.title.replace('\0', '').strip()
          else:
              object['title'] = title



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to