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

Modified Files:
        osd.py 
Log Message:
catch empty strings first

Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** osd.py      1 Mar 2003 17:27:29 -0000       1.20
--- osd.py      6 Mar 2003 21:06:04 -0000       1.21
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.21  2003/03/06 21:06:04  dischi
+ # catch empty strings first
+ #
  # Revision 1.20  2003/03/01 17:27:29  dischi
  # *** empty log message ***
***************
*** 1050,1053 ****
--- 1053,1059 ----
  
          if not pygame.display.get_init():
+             return None
+ 
+         if not string:
              return None
  




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to