Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26361

Modified Files:
        cdbackup.py 
Log Message:
Bugfix for a crash; a fairly annoying place to have a problem since it's not
even functional code, just a debug with the wrong variable.


Index: cdbackup.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/cdbackup.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** cdbackup.py 4 Aug 2004 21:34:06 -0000       1.37
--- cdbackup.py 13 Aug 2004 02:24:25 -0000      1.38
***************
*** 29,32 ****
--- 29,36 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.38  2004/08/13 02:24:25  outlyer
+ # Bugfix for a crash; a fairly annoying place to have a problem since it's not
+ # even functional code, just a debug with the wrong variable.
+ #
  # Revision 1.37  2004/08/04 21:34:06  outlyer
  # Bugfix for Ogg ripping, reported by Nicolas Michaux
***************
*** 451,455 ****
                                       len(song_names), pathname, path_tail)
  
!                 _debug_('flac_command: %s' % (flac_command))
                  _debug_('metaflac    : %s' % (metaflac_command))
                  popen3.run(cmd, self, 9)
--- 455,459 ----
                                       len(song_names), pathname, path_tail)
  
!                 _debug_('flac_command: %s' % (config.FLAC_CMD))
                  _debug_('metaflac    : %s' % (metaflac_command))
                  popen3.run(cmd, self, 9)



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to