projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a00d0cb
)
forgotten parentheses
author
Hannes Janetzek
<hannes.janetzek@gmail.com>
Tue, 22 Sep 2009 00:08:54 +0000
(
00:08
+0000)
committer
Hannes Janetzek
<hannes.janetzek@gmail.com>
Tue, 22 Sep 2009 00:08:54 +0000
(
00:08
+0000)
SVN revision: 42613
src/bin/e_remember.c
patch
|
blob
|
history
diff --git
a/src/bin/e_remember.c
b/src/bin/e_remember.c
index e00ad674bb77b2bbd2b3e3e9fe1d3b352ba21ec6..c2ed288810f4ae004512c82e8900978bd571fa68 100644
(file)
--- a/
src/bin/e_remember.c
+++ b/
src/bin/e_remember.c
@@
-148,7
+148,7
@@
_e_remember_restore_cb(void *data, int type, void *event)
if (!act_fm)
continue;
/* at least '/' */
- if (!
rem->class + 9
)
+ if (!
(rem->class + 9)
)
continue;
act_fm->func.go(NULL, rem->class + 8);