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

(-)a/mimeview/tests/bf.c (-2 / +1 lines)
Lines 68-74 write_string (FILE *fp, char *arg) Link Here
68
int
68
int
69
write_byte (FILE *fp, char *arg)
69
write_byte (FILE *fp, char *arg)
70
{
70
{
71
  int c;
71
  char c;
72
  if (strlen (arg) == 3
72
  if (strlen (arg) == 3
73
      && (arg[0] == '\'' || arg[0] == '"'))
73
      && (arg[0] == '\'' || arg[0] == '"'))
74
    c = arg[1];
74
    c = arg[1];
75
- 

Return to bug 704770