diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2009-11-16 08:26:56 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2009-11-16 08:26:56 +0000 |
| commit | 841de8ae65523bb26fb7c3e39b2401ac38aac9a8 (patch) | |
| tree | 769a9cfc755f2e2a79361cf235f7ed46c97251f4 /lib/libc/gen/fmtmsg.c | |
| parent | 26520868bc1b87bdb3f1eae96141de3c81caf6bc (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/fmtmsg.c')
| -rw-r--r-- | lib/libc/gen/fmtmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/fmtmsg.c b/lib/libc/gen/fmtmsg.c index 6caabbbb884d..e6b1b960d64b 100644 --- a/lib/libc/gen/fmtmsg.c +++ b/lib/libc/gen/fmtmsg.c @@ -128,7 +128,7 @@ printfmt(char *msgverb, long class, const char *label, int sev, size += strlen(sevname); if (text != MM_NULLTXT) size += strlen(text); - if (text != MM_NULLACT) + if (act != MM_NULLACT) size += strlen(act); if (tag != MM_NULLTAG) size += strlen(tag); |
