commit | 0946b1f6e9223a0a82306e40fc2b41ebddb1f7ef | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Sun Jan 09 11:28:22 2011 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Sun Jan 09 11:38:56 2011 -0800 |
tree | 817733df5653de4dea73988207f2d06978716787 | |
parent | 015610e64eb728dd031c6b1730b70460d9d298b8 [diff] [blame] |
Bug 3330205 Put blanks and zeroes in const area Change-Id: I8f25aebd1ded3617dc60951271767281f73b8684
diff --git a/libc/stdio/fvwrite.c b/libc/stdio/fvwrite.c index 57a57e6..39d0604 100644 --- a/libc/stdio/fvwrite.c +++ b/libc/stdio/fvwrite.c
@@ -48,7 +48,7 @@ __sfvwrite(FILE *fp, struct __suio *uio) { size_t len; - char *p; + const char *p; struct __siov *iov; int w, s; char *nl;