[Pkg-nethack-devel] nethack/debian/patches 07_explore_mode_save.dpatch,1.1,1.2

Ben Gertzfield che@quantz.debian.org
Thu, 16 Oct 2003 16:02:49 +0000


Update of /cvsroot/pkg-nethack/nethack/debian/patches
In directory quantz:/tmp/cvs-serv22674

Modified Files:
	07_explore_mode_save.dpatch 
Log Message:
// to /* */ style comment

Index: 07_explore_mode_save.dpatch
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/patches/07_explore_mode_save.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 07_explore_mode_save.dpatch	16 Oct 2003 06:26:34 -0000	1.1
+++ 07_explore_mode_save.dpatch	16 Oct 2003 16:02:46 -0000	1.2
@@ -25,7 +25,7 @@
  		boolean remember_wiz_mode = wizard;
  #endif
 -		const char *fq_save = fqname(SAVEF, SAVEPREFIX, 0);
-+		const char *fq_save = fqname(SAVEF, SAVEPREFIX, 1); // level files use 0
++		const char *fq_save = fqname(SAVEF, SAVEPREFIX, 1); /* level files use 0 */
  
  		(void) chmod(fq_save,0);	/* disallow parallel restores */
  		(void) signal(SIGINT, (SIG_RET_TYPE) done1);