Browse Source

OUPS! printing text here was really not good idea!

Manoel Trapier 11 years ago
parent
commit
4cb35a7d72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/opt/putline.c

+ 1 - 1
util/opt/putline.c

@@ -351,7 +351,7 @@ void outsym(sym_p sp)
 {
 	byte *p;
 	unsigned int num;
-	printf("May do something nasty... (%s)", __func__);
+	/*printf("May do something nasty... (%s)", __func__);*/
 	if (sp->s_name[0] == '.') {
 		num = atoi(&sp->s_name[1]);
 		if (num < 256) {