r4264 - packages/trunk/hex-a-hop/debian/patches

Jens Seidel jseidel-guest at alioth.debian.org
Sat Sep 22 18:23:34 UTC 2007


Author: jseidel-guest
Date: 2007-09-22 18:23:34 +0000 (Sat, 22 Sep 2007)
New Revision: 4264

Modified:
   packages/trunk/hex-a-hop/debian/patches/endianess.patch
   packages/trunk/hex-a-hop/debian/patches/misc_errors.patch
Log:
Fixed a typo

Modified: packages/trunk/hex-a-hop/debian/patches/endianess.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/endianess.patch	2007-09-22 18:14:59 UTC (rev 4263)
+++ packages/trunk/hex-a-hop/debian/patches/endianess.patch	2007-09-22 18:23:34 UTC (rev 4264)
@@ -282,7 +282,7 @@
  	friend struct HexPuzzle;
  
 +	// CHECKME: If char is larger than 8 bits (== 1 byte???)
-+	// the code is no longer big endian save? SWAP16/32 is necessary?
++	// the code is no longer big endian safe? SWAP16/32 is necessary?
 +	// Or is a byte always of the same size as char, e.g. 16 bits, so
 +	// that int16_t is equally saved on big and little endian systems?
  	char * bestSolution;

Modified: packages/trunk/hex-a-hop/debian/patches/misc_errors.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/misc_errors.patch	2007-09-22 18:14:59 UTC (rev 4263)
+++ packages/trunk/hex-a-hop/debian/patches/misc_errors.patch	2007-09-22 18:23:34 UTC (rev 4264)
@@ -19,7 +19,7 @@
  		int size;
 +    // FIXME: According to http://userpage.fu-berlin.de/~ram/pub/pub_jf47ht20Ht/c_faq_de
 +    // undefined for binary streams! (POSIX does not differ between ascii and binary, so
-+    // we are on the save side in Linux)
++    // we are on the safe side in Linux)
  		fseek(f, 0, SEEK_END);
  		size = ftell(f);
  		fseek(f, 0, SEEK_SET);




More information about the Pkg-games-commits mailing list