Fossil SCM
login.c register_page function declare vars in middle of block
Fixed
59a156204ae6419…
· opened 15 years, 2 months ago
- Type
- Build_Problem
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Jan. 13, 2011 12:07 p.m.
in function register_page in login.c after
1) / The user is registered, now just log him in. / (701 login.c)
2) / Prepare the captcha. / (722 login.c)
a block needs to start for older compilers which doesn't allow variable declarations in the middle of a block