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

Modified Files:
        misc.py 
Log Message:
fix strange crash

Index: misc.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/misc.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** misc.py     12 Apr 2004 05:44:34 -0000      1.36
--- misc.py     20 Apr 2004 17:13:34 -0000      1.37
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.37  2004/04/20 17:13:34  dischi
+ # fix strange crash
+ #
  # Revision 1.36  2004/04/12 05:44:34  dischi
  # unicode problems with mp3 tag fix
***************
*** 364,368 ****
      import mmpython.audio.eyeD3 as eyeD3   # Until mmpython has an interface for 
this.
  
!     tag = eyeD3.Tag(filename)
      tag.header.setVersion(eyeD3.ID3_V2_3)
      if artist: tag.setArtist(String(artist))
--- 367,371 ----
      import mmpython.audio.eyeD3 as eyeD3   # Until mmpython has an interface for 
this.
  
!     tag = eyeD3.Tag(String(filename))
      tag.header.setVersion(eyeD3.ID3_V2_3)
      if artist: tag.setArtist(String(artist))



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to