Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 492600
Collapse All | Expand All

(-)a/read.c (-6 / +5 lines)
Lines 3046-3061 parse_file_seq (char **stringp, unsigned int size, int stopchar, Link Here
3046
                      nlen -= (n + 1) - tp;
3046
                      nlen -= (n + 1) - tp;
3047
                      tp = n + 1;
3047
                      tp = n + 1;
3048
3048
3049
                      /* If we have just "lib(", part of something like
3050
                         "lib( a b)", go to the next item.  */
3051
                      if (! nlen)
3052
                        continue;
3053
3054
                      /* We can stop looking now.  */
3049
                      /* We can stop looking now.  */
3055
                      break;
3050
                      break;
3056
                    }
3051
                    }
3057
                }
3052
                }
3058
              while (*e != '\0');
3053
              while (*e != '\0');
3054
3055
              /* If we have just "lib(", part of something like "lib( a b)",
3056
                 go to the next item.  */
3057
              if (! nlen)
3058
                continue;
3059
            }
3059
            }
3060
        }
3060
        }
3061
3061
3062
- 

Return to bug 492600