Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.1:Test
expect
expect-stty.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File expect-stty.patch of Package expect
--- exp_tty.c +++ exp_tty.c @@ -497,7 +497,7 @@ /* if no result, make a crude one */ if (0 == strcmp(Tcl_GetString(Tcl_GetObjResult(interp)),"")) { - char buf [10]; + char buf [11]; sprintf(buf,"%sraw %secho", (was_raw?"":"-"), (was_echo?"":"-")); @@ -635,7 +635,7 @@ return(TCL_ERROR); } if (cmd_is_stty) { - char buf [10]; + char buf [11]; sprintf(buf,"%sraw %secho", (was_raw?"":"-"), (was_echo?"":"-")); @@ -699,7 +699,7 @@ } if (cmd_is_stty) { - char buf [10]; + char buf [11]; sprintf(buf,"%sraw %secho", (was_raw?"":"-"), (was_echo?"":"-"));
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