Backing out r347 and r345. Keeping r346.
So, this branch is now r344 with patch r346. DO NOT MERGE THIS CHANGE INTO TRUNK!!!! git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/Rambetter-temp-fixes@349 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -244,7 +244,7 @@ bool FileStream::Open(const char *filename, const char *mode)
|
||||
m_hFile = fopen(filename, mode);
|
||||
m_bCloseOnDelete = true;
|
||||
|
||||
return m_hFile != NULL;
|
||||
return (m_hFile != NULL);
|
||||
}
|
||||
|
||||
void MemStream::Close()
|
||||
|
||||
Reference in New Issue
Block a user