mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Terminate buffer so we don't print garbage.
PR: 12761 Submitted by: Aaron Smith <arron@mutex.org>
This commit is contained in:
parent
7c50acd7ea
commit
600a7f6f8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24236
6
sysutils/stat/files/patch-aa
Normal file
6
sysutils/stat/files/patch-aa
Normal file
@ -0,0 +1,6 @@
|
||||
--- stat.fmt.c.orig Tue Dec 28 12:14:24 1999
|
||||
+++ stat.fmt.c Tue Dec 28 12:15:20 1999
|
||||
@@ -502,2 +502,3 @@
|
||||
}
|
||||
+ *bufp++ = '\0';
|
||||
}
|
Loading…
Reference in New Issue
Block a user