mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7037100c1d
PR: 15030 Submitted by: maintainer
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
--- id3tag.c.orig Wed Mar 18 17:18:34 1998
|
|
+++ id3tag.c Sun Dec 26 15:11:42 1999
|
|
@@ -365,6 +365,7 @@
|
|
return TRUE;
|
|
}
|
|
|
|
+ memset(string, 0, size);
|
|
fgets(string, size, stdin);
|
|
|
|
if (string[strlen(string)-1] == '\n')
|