Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv22322

Modified Files:
        fxdimdb.py 
Log Message:
& -> &

Index: fxdimdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/fxdimdb.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fxdimdb.py  18 Jul 2003 19:48:24 -0000      1.2
--- fxdimdb.py  20 Jul 2003 16:09:19 -0000      1.3
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.3  2003/07/20 16:09:19  dischi
+ # & -> &
+ #
  # Revision 1.2  2003/07/18 19:48:24  dischi
  # support for datadir
***************
*** 247,251 ****
  
          if not os.path.isdir(os.path.dirname(self.fxdfile)):
-             print self.fxdfile
              if os.path.dirname(self.fxdfile):
                  os.makedirs(os.path.dirname(self.fxdfile))
--- 250,253 ----
***************
*** 753,757 ****
          
          try:
-             # s = unicode(string.replace(line, "&", "&"), 'latin-1')
              s = unicode(line, 'latin-1')
              while s[-1] == ' ':
--- 755,758 ----
***************
*** 761,764 ****
--- 762,766 ----
              if s[-4:] == '#34;':
                  s = s[:-5]
+             s = s.replace("&", "&")
              return s
          except:




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to