Ver código fonte

Removed flush.

woollybah 5 anos atrás
pai
commit
e4ef8c2a55
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      blitz.mod/blitz_object.c

+ 0 - 1
blitz.mod/blitz_object.c

@@ -153,7 +153,6 @@ void bbObjectDumpInstanceCounts(char * buf, int size, int includeZeros) {
 	if (offset < size) {
 		snprintf(buf + offset, size - offset, "===  End  ===\n");
 	}
-	fflush(stdout);
 }
 
 void bbObjectRegisterInterface( BBInterface * ifc ){