]> granicus.if.org Git - neomutt/commit
Replace `try` variable with `user`
authorFederico Kircheis <federico.kircheis@gmail.com>
Sat, 29 Jun 2019 12:11:54 +0000 (14:11 +0200)
committerRichard Russon <rich@flatcap.org>
Fri, 5 Jul 2019 01:03:47 +0000 (02:03 +0100)
commit9835f7f2b6498cea0a809cdf132c5c38b395c620
treeff7463bb26213105fc8cdbae484f8c98aaf90856
parent860350f5d8807170720f62f02393973a4b67e1c3
Replace `try` variable with `user`

`try` is a keyword in c++

While this should not affect C code, it affects unfortunately the
tooling.

This specific instance triggers a "syntax error" in Cppcheck, so it
could hide other problems.

(Cppcheck version  1.86, code parsed with `--language=c --std=c99`)

Of course it is a bug in Cppcheck, but renaming the variable is the most
pragmatic approach, as the bug in Cppcheck does not manifest itself in
a simple program.
init.c