PennMUSH Community

Changeset 1082

Show
Ignore:
Timestamp:
08/24/07 00:02:12 (1 year ago)
Author:
shawnw
Message:

#7433: sortkey(). Merge into devel branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/CHANGES.182

    r1059 r1082  
    2323  * The open database file wasn't getting closed on a failed 
    2424    save. 
     25  * Crash bug in sortkey(). Fix by Nathan Baum. 
    2526 
    2627Version 1.8.2 patchlevel 6                       July 9, 2007 
     
    3839Fixes: 
    3940  * Fixed assorted small memory leaks. [SW] 
    40   * Fix to fraction() when dealing with numbers that can't 
    41     be fractioned. Discovered by Ashen-Shugar. [GM] 
    4241  * Fixed handling of telnet NOPs sent by clients. [SW] 
    4342  * The OpenSSL random number pool wasn't getting adequately 
  • 1.8.3/branches/devel/src/funlist.c

    r1066 r1082  
    693693    /* Build our %0 args */ 
    694694    wenv[0] = (char *) ptrs[i]; 
    695     call_ufun(&ufun, wenv, 2, result, executor, enactor, pe_info); 
     695    call_ufun(&ufun, wenv, 1, result, executor, enactor, pe_info); 
    696696    keys[i] = mush_strdup(result, "sortkey"); 
    697697  }