dsd icon indicating copy to clipboard operation
dsd copied to clipboard

Fix lack of 'extern' option for exitflag.

Open marcopaganini opened this issue 3 years ago • 0 comments

In a debian system (either using cmake/make) or dpkg-buildpackage, linking will fail since exitflag is not declared as extern in the include file. This commit does so and initializes it in dsd_main.c as a global.

marcopaganini avatar Mar 18 '21 02:03 marcopaganini