projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
398f484
)
c++: fix return value type
author
Michael Wallner
<mike@php.net>
Thu, 30 Jan 2020 11:16:11 +0000
(12:16 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 30 Jan 2020 11:16:11 +0000
(12:16 +0100)
libmemcached/storage.cc
patch
|
blob
|
history
diff --git
a/libmemcached/storage.cc
b/libmemcached/storage.cc
index 079fba1d62ac4a785f85de6115a66be53592a8a6..61ca8270cce22d77ac8db9f7c4c32c81709b9329 100644
(file)
--- a/
libmemcached/storage.cc
+++ b/
libmemcached/storage.cc
@@
-74,7
+74,7
@@
static inline const char *storage_op_string(memcached_storage_action_t verb)
return "set ";
}
-static inline
uint8_t
can_by_encrypted(const memcached_storage_action_t verb)
+static inline
bool
can_by_encrypted(const memcached_storage_action_t verb)
{
switch (verb)
{