Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #872938: Workaround fix for
bug #915827
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 915827
Collapse All
|
Expand All
(-)
a/src/utils.c (-1 / +1 lines)
Lines 226-232
Link Here
226
gint c;
226
gint c;
227
do
227
do
228
{
228
{
229
c = fgetc (stdin);
229
c = fgetc_unlocked (stdin);
230
g_print ("\b ");
230
g_print ("\b ");
231
switch (c)
231
switch (c)
232
{
232
{
Return to
bug 915827