home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txpdf56.zip / contributed / djgpp / djgpp.diff next >
Text File  |  2001-11-01  |  639b  |  23 lines

  1. *** txt2pdf    Tue Feb  9 08:51:32 1999
  2. --- txt2pdf.pl    Wed Feb 10 13:50:46 1999
  3. ***************
  4. *** 262,268 ****
  5.       $pageNO=0;
  6.       $fpos=0;
  7.       @pageObj='';
  8. !     if(!$option{'title'}) {$title=basename($input,"");}
  9.       else {$title=$option{'title'};}
  10.       $verbose and print "Processing $input file\n";
  11.       $output=$input;
  12. --- 262,271 ----
  13.       $pageNO=0;
  14.       $fpos=0;
  15.       @pageObj='';
  16. !     if(!$option{'title'}) {
  17. !         $title=basename($input,"");
  18. !         $title=~ s/([^\\])\\([^\\])/$1\\\\$2/g;
  19. !     }
  20.       else {$title=$option{'title'};}
  21.       $verbose and print "Processing $input file\n";
  22.       $output=$input;
  23.