You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
366 B
14 lines
366 B
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);
|