pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

Keep status of firstTime beween calls. #35

Closed stoeckmann closed 5 years ago

stoeckmann commented 5 years ago

It seems that firstTime was supposed to keep status if first time help has been already shown. For that, the variable must be static.

clang warns about this when running static analyzer as well.

Signed-off-by: Tobias Stoeckmann tobias@stoeckmann.org

stoeckmann commented 5 years ago

If this feature is not desired, the code in question should be removed.