Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UFF58 header not written #3

Open
mdavidsaver opened this issue Mar 20, 2025 · 6 comments
Open

UFF58 header not written #3

mdavidsaver opened this issue Mar 20, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@mdavidsaver
Copy link
Contributor

Since 193d8f6 a change to error if Uff58bExport::writeSpacer() returns zero prevents the header from being written at all since that method always returns zero.

int Uff58bExport::writeSpacer( std::filebuf &fb ) {

return 0;

n = writeSpacer( fb );
if ( n == 0 ) {
return ERRINFO(this->mostRecentError,"");
this->dspErrMsg( this->mostRecentError );

@mdavidsaver mdavidsaver added the bug Something isn't working label Mar 20, 2025
@mdavidsaver
Copy link
Contributor Author

There is a second issue where the error returned by Uff58bExport::writeHeader() seems to be ignored and no error message is displayed.

@mdavidsaver
Copy link
Contributor Author

To state the obvious, 193d8f6 was never deployed to SEC.

@gnartohl
Copy link
Collaborator

gnartohl commented Mar 21, 2025 via email

@gnartohl
Copy link
Collaborator

gnartohl commented Mar 24, 2025 via email

@mdavidsaver
Copy link
Contributor Author

I will look at this tonight. Hard to imagine how I let this happen.

I want to reiterate that I think you did a fine job with this application. We both know there will always be bugs. imo. there have been remarkably few given the time pressure we put on you last year.

I believe I have a fix for this. How do I send the changes?

Go ahead and push to the main branch, or let me know if you have difficulties.

@gnartohl
Copy link
Collaborator

gnartohl commented Mar 31, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants