diff options
| author | untodesu <kirill@untode.su> | 2025-07-01 03:23:05 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-07-01 03:23:05 +0500 |
| commit | 6dc5194895b6bd61d19bf5c95021471784084325 (patch) | |
| tree | 705c35b3a671a09fc52b406dca81e7761729ded6 /core/io/cmdline.cc | |
| parent | 44d91043f268d93dd08e99c5855bd29f85dd61a7 (diff) | |
| download | voxelius-6dc5194895b6bd61d19bf5c95021471784084325.tar.bz2 voxelius-6dc5194895b6bd61d19bf5c95021471784084325.zip | |
I forgot to set these to true in .clang-format
https://files.catbox.moe/909rig.gif
Diffstat (limited to 'core/io/cmdline.cc')
| -rw-r--r-- | core/io/cmdline.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/io/cmdline.cc b/core/io/cmdline.cc index c43727d..963f67c 100644 --- a/core/io/cmdline.cc +++ b/core/io/cmdline.cc @@ -61,7 +61,8 @@ void io::cmdline::insert(const char* option, const char* argument) { if(argument == nullptr) { options.insert_or_assign(option, std::string()); - } else { + } + else { options.insert_or_assign(option, argument); } } |
