Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
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