/[packages]/updates/8/w3m/current/SOURCES/0001-w3mman-don-t-show-invalid-characters-bsc-950800.patch
ViewVC logotype

Diff of /updates/8/w3m/current/SOURCES/0001-w3mman-don-t-show-invalid-characters-bsc-950800.patch

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

revision 1930140 by umeabot, Wed Feb 24 21:43:53 2021 UTC revision 1930141 by ns80, Thu Jan 5 13:33:33 2023 UTC
# Line 16  index 2cd00f9..0ff63ee 100644 Line 16  index 2cd00f9..0ff63ee 100644
16     if (! ($file =~ /^\//)) {     if (! ($file =~ /^\//)) {
17       $file = $query{"pwd"} . '/' . $file;       $file = $query{"pwd"} . '/' . $file;
18     }     }
19  -  open(F, "MAN_KEEP_FORMATTING=1 $MAN -l $file 2> /dev/null |");  -  open(F, "MAN_KEEP_FORMATTING=1 $MAN $file 2> /dev/null |");
20  +  open(F, "$MAN -l $file 2> /dev/null |");  +  open(F, "$MAN -l $file 2> /dev/null |");
21   } else {   } else {
22     $man = $query{"man"};     $man = $query{"man"};

Legend:
Removed from v.1930140  
changed lines
  Added in v.1930141

  ViewVC Help
Powered by ViewVC 1.1.30