home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip Aralık 2001.iso / prog / share / text2pdf / setup.exe / contributed / djgpp / djgpp.diff next >
Encoding:
Text File  |  2000-06-12  |  639 b   |  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.