We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a2874 commit 616abfaCopy full SHA for 616abfa
code/logic/app.c
@@ -28,7 +28,7 @@ void show_version(void) {
28
}
29
30
bool app_entry(int argc, char** argv) {
31
- for (u32 i = 1; i < argc; ++i) {
+ for (i32 i = 1; i < argc; ++i) {
32
if (argv[i] == cnullptr) continue;
33
if (fossil_io_cstring_compare(argv[i], "--help") == 0) {
34
show_commands(argv[0]);
0 commit comments