FLAM® Issue Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001020FL51.1 FLCLpublic2021-04-15 16:332021-04-15 17:34
ReporterFalk Reichbott 
Assigned ToFalk Reichbott 
PrioritynormalSeverityminorReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformSystem ZOSz/OSOS VersionV2R40
Product Version5.1.24 
Target Version5.1.25Fixed in Version5.1.25 
Summary0001020: allocated space for FB files too small
DescriptionAt conversion from VB to FB the padding bytes must be add to the space allocation.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0001338)
Falk Reichbott (administrator)
2021-04-15 16:48

Add 50% more space if a fixed format allocated

      if (FIOREC_isFIX(psAtr->uiRecFmt)) { // add space for padding of fixed records
         siDefPri+=siDefPri/2;
         siDefSec+=siDefSec/2;
      }
(0001339)
Falk Reichbott (administrator)
2021-04-15 17:34

If a new record length defined then the expansion factor to the original record length will be add tot he space parameter.

- Issue History
Date Modified Username Field Change
2021-04-15 16:33 Falk Reichbott New Issue
2021-04-15 16:33 Falk Reichbott Status new => assigned
2021-04-15 16:33 Falk Reichbott Assigned To => Falk Reichbott
2021-04-15 16:48 Falk Reichbott Note Added: 0001338
2021-04-15 16:48 Falk Reichbott Status assigned => resolved
2021-04-15 16:48 Falk Reichbott Fixed in Version => 5.1.25
2021-04-15 16:48 Falk Reichbott Resolution open => fixed
2021-04-15 17:34 Falk Reichbott Note Added: 0001339


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker