This commit is contained in:
Glenn Maynard
2003-09-22 07:12:24 +00:00
parent a6671a2d0d
commit 3b51a926fc
+1 -1
View File
@@ -66,7 +66,7 @@ void MsdFile::ReadBuf( char *buf, int len )
int i = 0; int i = 0;
while(i < len) while(i < len)
{ {
if(!strncmp(buf+i, "//", 2)) if( buf[i] == '/' && buf[i+1] == '/' )
{ {
/* //; erase with spaces until newline */ /* //; erase with spaces until newline */
do { do {