On Mon, Mar 03, 2003 at 08:28:33PM +0100, Eric Pouech wrote:
Michael Stefaniuc wrote:
I've written a web page about Wine and Smatch: http://people.redhat.com/mstefani/wine/smatch/
- there's a return in excess in programs/wcmd/builtins.c
That return needs to be deleted only?
- we shouldn't return 0 in dlls/winmm/wineoss/audio.c (as the comment
says ;-)
I've read the comment but the script dosn't complain about the return, it complains about the ExitThread(0) before it. This is after a switch embeded into a while loop and smatch seems to not handle this quite correctly. I've change the status to NOTABUG.
- the code in programs/winhelp/hlpfile.c is correct
Same like before, but this already had the NOTABUG status.
bye michael