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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- zip.c
0
++ zip.c
Lines 1028-1034 Link Here
1028
1028
1029
  for (i = 0; i < sizeof(text)/sizeof(char *); i++)
1029
  for (i = 0; i < sizeof(text)/sizeof(char *); i++)
1030
  {
1030
  {
1031
    printf(text[i]);
1031
    fputs(text[i], stdout);
1032
    putchar('\n');
1032
    putchar('\n');
1033
  }
1033
  }
1034
#ifdef DOS
1034
#ifdef DOS
Lines 1225-1231 Link Here
1225
            CR_MAJORVER, CR_MINORVER, CR_BETA_VER, CR_VERSION_DATE);
1225
            CR_MAJORVER, CR_MINORVER, CR_BETA_VER, CR_VERSION_DATE);
1226
  for (i = 0; i < sizeof(cryptnote)/sizeof(char *); i++)
1226
  for (i = 0; i < sizeof(cryptnote)/sizeof(char *); i++)
1227
  {
1227
  {
1228
    printf(cryptnote[i]);
1228
    fputs(cryptnote[i], stdout);
1229
    putchar('\n');
1229
    putchar('\n');
1230
  }
1230
  }
1231
  ++i;  /* crypt support means there IS at least one compilation option */
1231
  ++i;  /* crypt support means there IS at least one compilation option */

Return to bug 512414