Skip to content

Commit d54b529

Browse files
committed
remove echoing *
1 parent d01e197 commit d54b529

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dse.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ int passgets(char *s, int n)
193193
c = getchar();
194194
if(c < 32 || c > 126) break;
195195
*s++ = c;
196-
putchar('*');
197196
}
198197
*s = 0;
199198
return s != t;

0 commit comments

Comments
 (0)