/[man-db]/man-db/src/man.c
ViewVC logotype

Diff of /man-db/src/man.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.105 by cjwatson, Wed Sep 17 06:17:49 2003 UTC revision 1.106 by cjwatson, Fri Sep 19 23:11:38 2003 UTC
# Line 1815  static char *make_roff_command (const ch Line 1815  static char *make_roff_command (const ch
1815                          }                          }
1816                  } while (*pp_string++);                  } while (*pp_string++);
1817    
1818                  if (output_encoding && locale_charset &&                  if (!different_encoding && output_encoding && locale_charset &&
1819                      !STREQ (output_encoding, locale_charset))                      !STREQ (output_encoding, locale_charset))
1820                          command = strappend (command, " | iconv -c -f ",                          command = strappend (command, " | iconv -c -f ",
1821                                               output_encoding, " -t ",                                               output_encoding, " -t ",

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26