[commit] r1115 - trunk/GME/Core

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Dec 30 09:28:18 CST 2010


Author: ksmyth
Date: Thu Dec 30 09:28:17 2010
New Revision: 1115

Log:
Style

Modified:
   trunk/GME/Core/CoreBinFile.h

Modified: trunk/GME/Core/CoreBinFile.h
==============================================================================
--- trunk/GME/Core/CoreBinFile.h	Thu Dec 30 09:28:01 2010	(r1114)
+++ trunk/GME/Core/CoreBinFile.h	Thu Dec 30 09:28:17 2010	(r1115)
@@ -26,7 +26,7 @@
 			return 1;
 		}
 		begin = (char*)MapViewOfFile(hFileMappingObject, FILE_MAP_READ, 0, 0, 0);
-		if (begin == 0) {
+		if (begin == NULL) {
 			return 1;
 		}
 		DWORD filesize = GetFileSize(hFile, NULL);
@@ -131,7 +131,7 @@
 public:
 	~BinObject() { DestroyAttributes(); }
 
-        // binattrs actually contains elements of type BinAttr<*>
+	// binattrs actually contains elements of type BinAttr<*>
 	binattrs_type binattrs;
 	bool deleted;
 


More information about the gme-commit mailing list