Kaynağa Gözat

[Minor] Add auto type to the parser method

tags/1.5.0
Vsevolod Stakhov 7 yıl önce
ebeveyn
işleme
85e2e9a16e
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      contrib/libucl/lua_ucl.c

+ 3
- 0
contrib/libucl/lua_ucl.c Dosyayı Görüntüle

@@ -539,6 +539,9 @@ lua_ucl_str_to_parse_type (const char *str)
strcasecmp (str, "csexp") == 0) {
type = UCL_PARSE_CSEXP;
}
else if (strcasecmp (str, "auto") == 0) {
type = UCL_PARSE_AUTO;
}
}

return type;

Loading…
İptal
Kaydet