ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Gtk2-GoBoard/GoBoard.pm
(Generate patch)

Comparing Gtk2-GoBoard/GoBoard.pm (file contents):
Revision 1.2 by root, Sun Jun 22 16:25:50 2008 UTC vs.
Revision 1.3 by root, Sun Jun 22 16:31:17 2008 UTC

715 $server->play ($sound); 715 $server->play ($sound);
716 $server->flush; 716 $server->flush;
717 }; 717 };
718 } 718 }
719 719
720 kill 9, $$; # required for windows, as a mere exit 720 # required for windows, as a mere _exit kills your parent process...
721 kill 9, $$;
721 } else { 722 } else {
722 undef $SOUND_SERVER; 723 undef $SOUND_SERVER;
723 return; 724 return;
724 } 725 }
725 } 726 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines