wok-next view cvs/stuff/patches/cvs-1.11.21-diff-kk.patch @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents
children
line source
1 --- cvs-1.11.21/src/diff.c.old 2005-12-19 11:01:59.000000000 +0100
2 +++ cvs-1.11.21/src/diff.c 2005-12-21 15:45:40.000000000 +0100
3 @@ -438,7 +438,7 @@
5 /* Send the current files unless diffing two revs from the archive */
6 if (diff_rev2 == NULL && diff_date2 == NULL)
7 - send_files (argc, argv, local, 0, 0);
8 + send_files (argc, argv, local, 0, options[0] == '\0' ? 0 : SEND_FORCE);
9 else
10 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);