Ignore:
Timestamp:
Oct 9, 2009 7:53:42 AM (15 years ago)
Author:
mmc
Message:

Changed the new Rappture::split command to Rappture::slice. George found
problems in other Rappture:: routines that were accidentally using the
Rappture version of split, which does a slightly different thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/src/Rappture_Init.c

    r1576 r1578  
    7474        return TCL_ERROR;
    7575    }
    76     if (RpSplit_Init(interp) != TCL_OK) {
     76    if (RpSlice_Init(interp) != TCL_OK) {
    7777        return TCL_ERROR;
    7878    }
Note: See TracChangeset for help on using the changeset viewer.