Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127757 | Differences between
and this patch

Collapse All | Expand All

(-)src/vc.c (-1 / +1 lines)
Lines 835-841 Link Here
835
  char buf[256];
835
  char buf[256];
836
  int counter = 0;
836
  int counter = 0;
837
837
838
  while (EOF != fscanf (fp, "%s\n", buf))
838
  while ((fgets(buf, sizeof(buf), fp)) != NULL)
839
    {
839
    {
840
      if (0 == strcasecmp (buf, "BEGIN:VCARD"))
840
      if (0 == strcasecmp (buf, "BEGIN:VCARD"))
841
        counter++;
841
        counter++;

Return to bug 127757