View Issue Details

IDProjectCategoryView StatusLast Update
0006625JEDI VCL00 JVCL Componentspublic2018-07-18 16:02
ReporterdummzeuchAssigned Toobones 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionno change required 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006625: TGnuGettextInstance.LoadResString has exit and else
DescriptionIn the second "if" statement in TGnuGettextInstance.LoadResString the "then" branch ends with an "exit". The "else" and "begin"..."end" afterwards is not necessary in that case.
TagsNo tags attached.

Activities

obones

2018-07-18 16:02

administrator   ~0021540

Exit only applies to the "True" branch, so the else branche will run.

Issue History

Date Modified Username Field Change
2018-03-11 13:31 dummzeuch New Issue
2018-07-18 16:02 obones Note Added: 0021540
2018-07-18 16:02 obones Status new => resolved
2018-07-18 16:02 obones Resolution open => no change required
2018-07-18 16:02 obones Assigned To => obones