RaymanRev
  • Overview
  • Repository
  • Tickets
  • Statistics
  • Projects

Repository

More verbose

Parent commits : 4e0cc48d7cec0733179515735dcdaefd7d7b1e6c,
Children commits : b0f0d615b74d71b231d696ea445eff8d486e4e99,

By Laurent Defert on 2010-12-26 12:30:06
More verbose

Browse content
Difference with parent commit 4e0cc48d7cec0733179515735dcdaefd7d7b1e6c
Files modified:
main.cpp
--- 
+++ 
@@ -39,6 +39,8 @@
 	fread(&magic, 4, 1, f);
 	bool ok = (magic == 0x0101FFFF);
 	printf("Magic %08x check %i : %s\n", magic, no, ok ? "ok" : "not ok");
+	if(!ok)
+		printf("current pos : 0x%08x\n", ftell(f));
 	return ok;
 }
 

Generated with KisssPM