* Joey Hess
[...]
| Nearly any whitespace used like that wastes memory. Can anyone think of
| a way to error out at compile time on those?
grep for them?
--
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its frien
Petter Reinholdtsen wrote:
> [Joey Hess]
> > #define debconf_input(_client, _priority, _question) \
> > _client->commandf(_client, "INPUT %s %s", _priority, _question)
>
> Shouldn't it be ', NULL' at the end of this argument list?
No, it's commandf.
The bug is not accurate; "INPUT %s %s" is
[Joey Hess]
> #define debconf_input(_client, _priority, _question) \
> _client->commandf(_client, "INPUT %s %s", _priority, _question)
Shouldn't it be ', NULL' at the end of this argument list?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [
Package: cdebconf
Version: unavailable; reported 2003-07-14
Severity: normal
#define debconf_input(_client, _priority, _question) \
_client->commandf(_client, "INPUT %s %s", _priority, _question)
This kind of thing is a waste of space. Compare with:
_client->command(_client, "INPUT", _pr
4 matches
Mail list logo