File segfault.patch of Package pacman
Index: pac.cc
===================================================================
--- pac.cc.orig
+++ pac.cc
@@ -107,7 +107,7 @@ gh[1]= new Ghost(Colour::GHOSTCOLOUR2,GH
gh[2]= new Ghost(Colour::GHOSTCOLOUR3,GHOST3X,GHOST3Y); //initializing ghost 3
gh[3]= new Ghost(Colour::GHOSTCOLOUR4,GHOST4X,GHOST4Y); //initializing ghost 4
-inp=u->getinput(); //gets whether the game is done
+//inp=u->getinput(); //gets whether the game is done
writetext();