diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-07-16 19:48:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-07-16 19:48:45 +0000 |
commit | 6e5c1877b2a93dd63610a1504e95bddc891424f3 (patch) | |
tree | f3842cd50838a42a3d0b45fbea9ab9fbe335f751 | |
parent | b194c327fcedaf3fa9605840466ebcfeb622edb3 (diff) | |
download | ffmpeg-6e5c1877b2a93dd63610a1504e95bddc891424f3.tar.gz |
split string to avoid buffer overflow in native english speaking persons (fix suggested by The Wanderer)
Originally committed as revision 4447 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index f6d8ae0270..62bd6b460e 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1156,8 +1156,8 @@ First, (@pxref{Coding Rules}) above if you didn't yet. When you submit your patch, try to send a unified diff (diff '-up' option). I cannot read other diffs :-) -Also please do not submit patches which contain several unrelated changes, -split them into individual self-contained patches, this makes reviewing +Also please do not submit patches which contain several unrelated changes. +Split them into individual self-contained patches; this makes reviewing them much easier. Run the regression tests before submitting a patch so that you can |