Adding obvious TODO, for later

This commit is contained in:
Justin Ethier 2015-06-25 21:45:34 -04:00
parent ba38bcd8a7
commit fcf9158d1c

View file

@ -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);