src/string.c

changeset 316
be0f6bd10b52
parent 315
5b97de37aada
child 317
ebae0e434898
     1.1 --- a/src/string.c	Mon May 14 18:27:23 2018 +0200
     1.2 +++ b/src/string.c	Mon May 14 19:24:34 2018 +0200
     1.3 @@ -624,9 +624,9 @@
     1.4      return ret;
     1.5  }
     1.6  
     1.7 -// private string conversion functions
     1.8 -scstr_t ucx_sc2sc(scstr_t c) {
     1.9 -    return c;
    1.10 +// type adjustment functions
    1.11 +scstr_t ucx_sc2sc(scstr_t str) {
    1.12 +    return str;
    1.13  }
    1.14  scstr_t ucx_ss2sc(sstr_t str) {
    1.15      scstr_t cs;

mercurial