https://bugs.kde.org/show_bug.cgi?id=385472
--- Comment #4 from Karthik Periagaram <karthik.periaga...@gmail.com> --- (In reply to Ahmad Samir from comment #3) > The first "if" must use curly braces because the nested if is intended to be > executed as a block, IIUC... (mind you, I only know C++, not C). That is not correct. The nested conditional construct without explicitly marking off the block scope with {} is valid in both C and C++. -- You are receiving this mail because: You are watching all bug changes.