View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001386 | JEDI VCL | 00 JVCL Components | public | 2004-02-27 12:28 | 2004-03-09 02:44 |
| Reporter | anonymous | Assigned To | user72 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001386: function TJvFtpThread.GetLastErrorMsg returns uninitialized string. | ||||
| Description | procedure TFrmMain.JvFTPGrabber1Error(Sender: TObject; ErrorMsg: String); begin showmessage(ErrorMsg); <-- un-initialized string is returned. end; | ||||
| Additional Information | In my case the following method returns an unitialized string. function TJvFtpThread.GetLastErrorMsg: string; var Msg: array [0..1023] of Char; begin FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, nil, GetLastError, 0, Msg, SizeOf(Msg), nil); Result := Msg; end; | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-02-27 12:28 | anonymous | New Issue | |
| 2004-02-27 14:53 |
|
Status | new => resolved |
| 2004-02-27 14:53 |
|
Resolution | open => fixed |
| 2004-02-27 14:53 |
|
Assigned To | => user72 |
| 2004-02-27 14:53 |
|
Note Added: 0003111 | |
| 2004-03-09 02:44 |
|
Status | resolved => closed |