Fixed mbcico complain about missing compressor

This commit is contained in:
Michiel Broek 2007-01-14 14:24:27 +00:00
parent c3251f739f
commit c267018fd8
5 changed files with 15 additions and 9 deletions

View File

@ -1,5 +1,12 @@
$Id$ $Id$
v0.91.2 14-Jan-2007
mbcico:
If no suitable compressor found for binkp transfers then don't
complain.
v0.91.1 22-Dec-2006 v0.91.1 22-Dec-2006
mbsebbs: mbsebbs:

2
TODO
View File

@ -1,6 +1,6 @@
$Id$ $Id$
MBSE BBS V0.91.1 TODO list. MBSE BBS V0.91.2 TODO list.
--------------------------- ---------------------------
These are a list of things that must be implemented one way or These are a list of things that must be implemented one way or

6
configure vendored
View File

@ -1718,10 +1718,10 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
PACKAGE="mbsebbs" PACKAGE="mbsebbs"
MAJOR="0" MAJOR="0"
MINOR="91" MINOR="91"
REVISION="1" REVISION="2"
VERSION="$MAJOR.$MINOR.$REVISION" VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2006 Michiel Broek, All Rights Reserved" COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2006 M. Broek" SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
GROUP="bbs" GROUP="bbs"
OWNER="mbse" OWNER="mbse"
ROWNER="`id -un root`" ROWNER="`id -un root`"

View File

@ -13,10 +13,10 @@ dnl
PACKAGE="mbsebbs" PACKAGE="mbsebbs"
MAJOR="0" MAJOR="0"
MINOR="91" MINOR="91"
REVISION="1" REVISION="2"
VERSION="$MAJOR.$MINOR.$REVISION" VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2006 Michiel Broek, All Rights Reserved" COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2006 M. Broek" SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
GROUP="bbs" GROUP="bbs"
OWNER="mbse" OWNER="mbse"
ROWNER="`id -un root`" ROWNER="`id -un root`"

View File

@ -5,7 +5,7 @@
* Binkp protocol copyright : Dima Maloff. * Binkp protocol copyright : Dima Maloff.
* *
***************************************************************************** *****************************************************************************
* Copyright (C) 1997-2006 * Copyright (C) 1997-2007
* *
* Michiel Broek FIDO: 2:280/2802 * Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10 * Beekmansbos 10
@ -2807,7 +2807,6 @@ void fill_binkp_list(binkp_list **bkll, file_list *fal, off_t offs)
return; return;
} }
#endif #endif
Syslog('+', "Binkp: compressor select internal error");
} }