]> git.saurik.com Git - redis.git/blobdiff - src/dict.c
Fix overflow in mstime() in redis-cli and benchmark.
[redis.git] / src / dict.c
index ec58e820073065dbee96d69a1d1a8135f2ef3f7a..1e7d7609d2841726e435b4da9f3bfbce529dab21 100644 (file)
@@ -5,7 +5,7 @@
  * tables of power of two in size are used, collisions are handled by
  * chaining. See the source code for more information... :)
  *
- * Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com>
+ * Copyright (c) 2006-2012, Salvatore Sanfilippo <antirez at gmail dot com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without