Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Merali <emmanuel@mobli.com>2011-12-08 15:42:54 +0400
committerEmmanuel Merali <emmanuel@mobli.com>2011-12-08 15:42:54 +0400
commitf0a2dc0ec3ca50f83fee1f5b8ead0b2127df8ea4 (patch)
treed174640b8ac6c7b5c0e69f66a11d589c62cfc093 /redis_array.c
parentb408f7aa0676237de81abf32724dacdc6d42d18a (diff)
Renamed crc32 to rcrc32
The function crc32 was not being called so I renamed it to make sure that it's being called
Diffstat (limited to 'redis_array.c')
-rw-r--r--redis_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_array.c b/redis_array.c
index 75100009..7b974d9a 100644
--- a/redis_array.c
+++ b/redis_array.c
@@ -123,7 +123,7 @@ PHPAPI int redis_array_get(zval *id, RedisArray **ra TSRMLS_DC)
return Z_LVAL_PP(socket);
}
-uint32_t crc32(const char *s, size_t sz) {
+uint32_t rcrc32(const char *s, size_t sz) {
static const uint32_t table[256] = {
0x00000000,0x77073096,0xEE0E612C,0x990951BA,0x076DC419,0x706AF48F,0xE963A535,