mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
Avoid double-s when #conflicts drops from 10 to 9.
This commit is contained in:
parent
1dbc1ff01e
commit
169b2e51e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23642
@ -46,7 +46,7 @@
|
||||
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
**
|
||||
** $Id$
|
||||
** $Id: userconfig.c,v 1.83 1997/02/22 09:32:59 peter Exp $
|
||||
**/
|
||||
|
||||
/**
|
||||
@ -1314,7 +1314,7 @@ redrawactive(void)
|
||||
|
||||
if (conflicts)
|
||||
{
|
||||
sprintf(cbuf,"!i%d conflict%s",conflicts,(conflicts>1)?"s":"");
|
||||
sprintf(cbuf,"!i%d conflict%s-",conflicts,(conflicts>1)?"s":"");
|
||||
putxy(45,0,cbuf);
|
||||
}else{
|
||||
putxyl(45,0,lines,16);
|
||||
@ -2358,7 +2358,7 @@ visuserconfig(void)
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: userconfig.c,v 1.83 1997/02/22 09:32:59 peter Exp $
|
||||
*/
|
||||
|
||||
#include "scbus.h"
|
||||
|
Loading…
Reference in New Issue
Block a user