1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
http://bugs.gentoo.org/236654 make sure we return 0 when things work patch by kouyu --- bioapi-linux/apps/NonGUI_Sample/main.c +++ bioapi-linux/apps/NonGUI_Sample/main.c @@ -234,6 +234,7 @@ } OutputToFile(userName, EnrolledTemplate); + return 0; } }