1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
This commit is contained in:
Michael Niedermayer 2005-07-16 19:48:45 +00:00
parent b194c327fc
commit 6e5c1877b2

View File

@ -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