]> git.droids-corp.org - protos/libecoli.git/blobdiff - src/ecoli_node_str.c
api documentation
[protos/libecoli.git] / src / ecoli_node_str.c
index 88246bdf961945b3f5a98f0be8941bc790f812d4..f333abb1c1bbe47a6986b8777c7fdd79ca9d7b08 100644 (file)
@@ -61,6 +61,7 @@ ec_node_str_complete(const struct ec_node *node,
        if (ec_strvec_len(strvec) != 1)
                return 0;
 
+       /* XXX startswith ? */
        str = ec_strvec_val(strvec, 0);
        for (n = 0; n < priv->len; n++) {
                if (str[n] != priv->string[n])