Changeset 13789
- Timestamp:
- Jun 13, 2007, 9:17:50 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r13788 r13789 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.6 0 2007-06-13 19:16:11eugene Exp $3 # $Id: Config.pm,v 1.61 2007-06-13 19:17:50 eugene Exp $ 4 4 5 5 package PS::IPP::Config; … … 475 475 476 476 $name =~ s|^\S+:/*||; 477 $name = '/' . $name;478 477 479 478 if (lc($scheme) eq 'file') { 479 # the above strips of the leading slash; replace it for file:// 480 $name = '/' . $name; 480 481 return $name; 481 482 }
Note:
See TracChangeset
for help on using the changeset viewer.
