mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35: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;
|
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) {
|
string_type Cyc_substring(object str, object start, object end) {
|
||||||
int s = integer_value(start),
|
int s = integer_value(start),
|
||||||
e = integer_value(end);
|
e = integer_value(end);
|
||||||
|
|
Loading…
Add table
Reference in a new issue