Anonymous | Login | Signup for a new account | 2019-02-18 08:27 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0005819 | [JEDI VCL] 00 JVCL Components | trivial | always | 2012-03-02 15:45 | 2012-09-10 14:15 | ||
Reporter | KorneySan | View Status | public | ||||
Assigned To | obones | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | Daily / GIT | ||||
Summary | 0005819: TJvLogFile.Add(const Time, Title, Description: string); - mistyped code inside | ||||||
Description |
154 procedure TJvLogFile.Add(const Time, Title, Description: string); 155 begin 156 Add(DateTimeToStr(Now), Title, FDefaultSeverity, Description); 157 end; So custom time is not added. Must be 156 Add(Time, Title, FDefaultSeverity, Description); |
||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Attached Files | |||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |