File: wmlc-0.0.4-mad01.patch

package info (click to toggle)
html2wml 0.4.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 816 kB
  • sloc: perl: 2,380; ansic: 56; makefile: 34; sh: 4
file content (7 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
diff -r wml-tools/wmlc/wmlc.c ../../Documents/Softwares/wml-tools/wmlc/wmlc.c
4a5
>    Patched by Sebastien "Maddingue" Aperghis-Tramoni (maddingue@free.fr)
228a230,232
> 	if((outf[0] == '-') && (outf[1] == '\0')) {  /* '-' means stdout */
>             out = stdout;
>         } else