[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error in hobbitsvc.c?
- To: hobbit (at) hswn.dk
- Subject: error in hobbitsvc.c?
- From: Dirk Kastens <Dirk.Kastens (at) uni-osnabrueck.de>
- Date: Thu, 27 Mar 2008 17:48:41 +0100
- User-agent: Thunderbird 2.0.0.12 (Windows/20080213)
Hi,
I just looked through the code of the latest snapshot. I'm not a
C-programmer, but aren't there some brackets missing on line 342:
modifiers = (items[19] && *(items[19])) ? items[19] : NULL;
Shouldn't this be:
modifiers = ((items[19] && *(items[19])) ? items[19] : NULL);
Just an idea
--
Regards,
Dirk Kastens
Universitaet Osnabrueck, Rechenzentrum (Computer Center)
Albrechtstr. 28, 49069 Osnabrueck, Germany
Tel.: +49-541-969-2347, FAX: -2470