[memcache-commit] memcache: memcache memcache.c

seanc at rubyforge.org seanc at rubyforge.org
Tue Jan 4 23:46:09 EST 2005


seanc       2005/01/04 23:46:09 EST

  RubyForge src repository

  Modified files:
    .                    memcache.c 
  Log:
  Fix a bug in #get().  Return nil if nothing was found instead of an empty
  string.
  
  Wrap the return value of mc_server_add.?() with INT2FIX() to return the
  correct value instead of false when instead we meant to return the int 0.
  
  Revision  Changes    Path
  1.3       +7 -4      memcache/memcache.c


More information about the memcache-commit mailing list