diff options
| author | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-04-23 23:02:27 +0200 |
|---|---|---|
| committer | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-05-02 02:34:49 +0200 |
| commit | aecaf18a950fc708823780f2e59303ad63f4e3bd (patch) | |
| tree | c531c48159ced3b92f935152ddd8c3a7b021a39e /.gitmodules | |
| parent | 7ab44f41ca9d1bb6eed0d997b295ebfca2389390 (diff) | |
Added dynstr, fixed NULL pointer access
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..a178facc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dynstr/dynstr"] + path = dynstr/dynstr + url = https://github.com/XaviDCR92/dynstr |
