Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948
Modified Files:
freevo
Log Message:
add check if the program is still active
Index: freevo
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** freevo 18 Oct 2004 01:43:54 -0000 1.122
--- freevo 2 Nov 2004 20:17:16 -0000 1.123
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.123 2004/11/02 20:17:16 dischi
+ # add check if the program is still active
+ #
# Revision 1.122 2004/10/18 01:43:54 rshortt
# Make "freevo prompt" work.
***************
*** 287,294 ****
os.waitpid(uid, 0)
except KeyboardInterrupt:
- os.kill(uid, SIGTERM)
try:
! os.waitpid(uid, 0)
! except KeyboardInterrupt:
pass
if store and os.path.isfile(f.name):
--- 290,300 ----
os.waitpid(uid, 0)
except KeyboardInterrupt:
try:
! os.kill(uid, SIGTERM)
! try:
! os.waitpid(uid, 0)
! except KeyboardInterrupt:
! pass
! except OSError:
pass
if store and os.path.isfile(f.name):
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog