Skip to content

Small fixes to code#10

Open
0x00cl wants to merge 2 commits intohackerfactor:mainfrom
0x00cl:main
Open

Small fixes to code#10
0x00cl wants to merge 2 commits intohackerfactor:mainfrom
0x00cl:main

Conversation

@0x00cl
Copy link
Copy Markdown

@0x00cl 0x00cl commented Apr 7, 2026

First commit is a fix on a typo in the name of the header which was #define SEAL_FORAMTS_HPP while the header file was checking for #ifndef SEAL_FORMATS_HPP.

The second fix is a comparison of 2 strings, where simply using == will compare pointers instead of the value of the strings, which is replaced with strcmp() function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant