Differences From Artifact [6efa7f3405]:
- File nano.c — part of check-in [42237e5a18] at 2018-08-17 21:52:36 on branch trunk — Ensure that the "work" is copied from the offload engine after it is updated and before it is used (user: rkeene, size: 17009) [annotate] [blame] [check-ins using]
To Artifact [6d823f4967]:
- File nano.c — part of check-in [1db766b249] at 2018-11-19 19:41:56 on branch trunk — Use an unsigned type for the maximum seed (user: rkeene, size: 17011) [annotate] [blame] [check-ins using]
︙ | |||
108 109 110 111 112 113 114 | 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | - + | } tglfo_ret = Tcl_GetLongFromObj(interp, objv[2], &seed_index); if (tglfo_ret != TCL_OK) { return(tglfo_ret); } |
︙ |