]> granicus.if.org Git - php/commit
- Change one strncpy() to strlcpy().
authorAndi Gutmans <andi@php.net>
Sat, 16 Mar 2002 00:05:47 +0000 (00:05 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 16 Mar 2002 00:05:47 +0000 (00:05 +0000)
commitf1e0b832779efe3378e013201a9085b4afff3061
tree924cffeb9be6bde42da5a299a76a436d6c16b834
parentc1fe9cd279336ad7d6aee3941330e761fa8a0edc
- Change one strncpy() to strlcpy().
- Big indentation patch. I don't have strength to do all of the changed
- files but here's a good example. Please try and keep to the coding
- standards even if you think they suck :)
- Things to keep in mind:
- void *foo and not void * foo;
- if() { and not if()<TAB>{
- } else { and not {\nelse
-
- The streams stuff looks very cool though! :)
main/streams.c