Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
audacity
audacity-1.3.8-retval.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File audacity-1.3.8-retval.patch of Package audacity
--- lib-src/libnyquist/nyquist/xlisp/xlbfun.c +++ lib-src/libnyquist/nyquist/xlisp/xlbfun.c @@ -603,6 +603,7 @@ { xllastarg(); xlcleanup(); + return (NIL); } /* xtoplevel - special form 'top-level' */ @@ -610,6 +611,7 @@ { xllastarg(); xltoplevel(); + return (NIL); } /* xcontinue - special form 'continue' */ @@ -617,6 +619,7 @@ { xllastarg(); xlcontinue(); + return (NIL); } /* xevalhook - eval hook function */ --- lib-src/libnyquist/nyquist/xlisp/xlread.c +++ lib-src/libnyquist/nyquist/xlisp/xlread.c @@ -240,6 +240,8 @@ /* handle illegal characters */ else xlerror("illegal character",cvfixnum((FIXTYPE)ch)); + + return (FALSE); } /* rmhash - read macro for '#' */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor