mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Adding obvious TODO, for later
This commit is contained in:
parent
ba38bcd8a7
commit
fcf9158d1c
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ integer_type Cyc_string_length(object str) {
|
|||
return len;
|
||||
}
|
||||
|
||||
// TODO: need error checking below, this is much too dangerous without!
|
||||
TODO: need error checking below, this is much too dangerous without!
|
||||
string_type Cyc_substring(object str, object start, object end) {
|
||||
int s = integer_value(start),
|
||||
e = integer_value(end);
|
||||
|
|
Loading…
Add table
Reference in a new issue