14 lines
366 B
Diff
14 lines
366 B
Diff
Index: wqy-unibit/bdfmerge.pl
|
|
===================================================================
|
|
--- wqy-unibit.orig/bdfmerge.pl
|
|
+++ wqy-unibit/bdfmerge.pl
|
|
@@ -32,7 +32,7 @@ while(@ARGV>=1&& $ARGV[0]=~/^-{0,1}0[xX]
|
|
{
|
|
$startpos = hex($1);
|
|
$endpos=0;
|
|
- $range=shift(ARGV);
|
|
+ $range=shift(@ARGV);
|
|
if($range=~/--0[xX]([0-9A-Fa-f]{0,6})/)
|
|
{
|
|
$endpos=hex($1);
|