Hello,
I made the following change to Configuration.cc to get ride of ending white
spaces which makes the values going wrong (especially true for the file names,
which are no more opened):
270d269
< int len;
300,305c299,300
< value++;
< len = strlen(value) -1;
< while (value[len] == ' ' || value[len] == '\t') {
< value[len] = '\0' ;
< len--;
< }
---
> value++;
It's just a quick hack,
Ph.R.
--
_____________________________________________________________________
Philippe Rochat, EPFL DI-LBD
Database Laboratory CH-1015 LAUSANNE
Swiss Federal Institute of Technology (EPFL) tel:++41 21 693 52 53
Beep-EPFL: 181 4644 fax:++41 21 693 51 95
Private: Grammont, 9 1007 LAUSANNE tel:++41 21 617 03 05
mailto:[EMAIL PROTECTED], http://lbdwww.epfl.ch/~prochat
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.