git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff52cc2
)
dnotify: do not use ?true:false when assigning to a bool
author
Eric Paris
<eparis@redhat.com>
Thu, 11 Jun 2009 15:09:47 +0000
(11:09 -0400)
committer
Eric Paris
<eparis@redhat.com>
Thu, 11 Jun 2009 18:57:54 +0000
(14:57 -0400)
dnotify_should send event assigned a bool using ?true:false when computing
a bit operation. This is poitless and the bool type does this for us.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found